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: BAP: Add a set of suggested intervals to use with BAP #81093

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 29, 2024

  1. Bluetooth: BAP: Add a set of suggested intervals to use with BAP

    Add a selection of interval values that are suitable for BAP,
    which will allow better coexistence between ISO and ACL,
    for both broadcast and unicast. Some of these are defined
    by the BAP spec, and some are defined by Zephyr, since they
    do have a suggested value from BAP.
    
    Samples and tests have been updated to use these new values.
    
    The shell has also been updated to use the LE Audio (BAP) values
    if audio is enabled, and the audio.conf file has disabled automatic
    updating of the connection parameters as the peripheral, as we rarely
    (if ever) want to do that.
    
    Due to the connection interval change, CI hit an issue
    with test_bass_broadcast_code in test_main_client_sync, where
    the reading of the long receive state did not finish before we
    attempted to do another procedure, so the function was updated to have
    a retry.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    66677da View commit details
    Browse the repository at this point in the history