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

Option to overwrite a Receive State in the Scan Delegator #62609

Commits on Nov 10, 2023

  1. Bluetooth: BAP: Overwrite Receive State in the Scan Delegator

    Kconfig option BT_BAP_SCAN_DELEGATOR_OVERWRITE_OLDEST
    allows the Scan Delegator to overwrite the oldest inactive
    receive state if there aren't any free receive states.
    
    A inactive receive state is a receive state that has neither a
    Periodic Advertising or Broadcast Isochronous Group (BIG) sync.
    
    There is also a recv_state_add_fail callback function added
    which can notify an application if all receive states
    are not inactive and can't be freed.
    
    Signed-off-by: Paul Mulligan <[email protected]>
    pmullt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a2f9362 View commit details
    Browse the repository at this point in the history