-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
5 changed files
with
202 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.