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

tests: bsim: Bluetooth: Enable some high reliability CAP tests #80788

Merged

Commits on Nov 25, 2024

  1. Bluetooth: Controller: Fix ISO Sync Receiver skipped ISO SDU

    Fix ISO Sync Receiver implementation to correctly reflect
    the payload number and timestamp for the skipped SDU.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    897ab41 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: Controller: Fix ISO Sync Receiver time reservations

    Fix ISO Sync Receiver time reservation calculation to use
    peer broadcasted bis_spacing and sub_interval, instead of
    incorrectly calculating using local implementation used
    tMSS value.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d3e375a View commit details
    Browse the repository at this point in the history
  3. Bluetooth: Controller: Fix ISO Sync Receiver is_abort_cb

    Fix ISO Sync Receiver implementation to correctly prevent
    subevent from pre-empted in the unreserve time space.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    736bf5b View commit details
    Browse the repository at this point in the history
  4. tests: bsim: Bluetooth: Align audio test Controller Kconfig

    Align audio test Controller Kconfig value same as used with
    nRF53bsim.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    26ca2ca View commit details
    Browse the repository at this point in the history
  5. tests: bsim: Bluetooth: Enable some high reliability CAP tests

    Enable some high reliability CAP tests by increasing ISO Tx
    buffer counts in the Controller to sufficiently generate
    number of complete when multiple SDUs are transmitted in
    single ISO interval with use of pre-transmissions.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    366f050 View commit details
    Browse the repository at this point in the history