Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: Controller: Fix CIS failed to be established #59127

Merged
merged 2 commits into from
Jun 29, 2023

Commits on Jun 12, 2023

  1. Bluetooth: Controller: Fix offset_min_us be >= PDU_CIS_OFFSET_MIN_US

    Fix calculation that ensured cis_offset_min_us being >=
    PDU_CIS_OFFSET_MIN_US.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    111fe51 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Bluetooth: Controller: Fix CIS failed to be established

    Fix CIS create implementation to consider CIG events with
    laziness before the new CIS in an already active CIG is
    made active.
    
    Previous laziness value of the CIG events is determined and
    at the CIG event where the new CIS event_count is calculated
    the lazy_active value determined is decremented from the
    total lazy value.
    
    Without this fix, event_count of the new active CIS events
    where incorrect, causing CIS create resulting in fail to be
    established.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    db25edb View commit details
    Browse the repository at this point in the history