-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Bluetooth: Audio: BASS server shall set BIS_Sync_State to be 0x0 afte… #89890
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
Merged
kartben
merged 1 commit into
zephyrproject-rtos:main
from
pin-zephyr:bass_notification_bis_reset
May 16, 2025
Merged
Bluetooth: Audio: BASS server shall set BIS_Sync_State to be 0x0 afte… #89890
kartben
merged 1 commit into
zephyrproject-rtos:main
from
pin-zephyr:bass_notification_bis_reset
May 16, 2025
Conversation
This file contains hidden or 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
02b1778 to
8192eae
Compare
Thalley
reviewed
May 14, 2025
8192eae to
6930f09
Compare
Thalley
requested changes
May 16, 2025
Thalley
reviewed
May 16, 2025
6930f09 to
a8e52ab
Compare
Thalley
previously approved these changes
May 16, 2025
Thalley
reviewed
May 16, 2025
BASS server need to notify that both BIS and PA are no longer synced by setting all required fields to 0 after client stops BIS by sending a BIG control PDU with a BIG TERMINATED indication. meanwhile BIG_Encryption in the notification should also be reset to be BT_BAP_BIG_ENC_STATE_NO_ENC when BIS is not synced anymore. Signed-off-by: Ping Wang <pinw@demant.com>
a8e52ab to
a76e427
Compare
Thalley
approved these changes
May 16, 2025
fredrikdanebjer
approved these changes
May 16, 2025
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



…r stopping synchronization
BASS server need to notify that both BIS and PA are no longer synced by setting all required fields to 0 after client stops BIS by sending a BIG control PDU with a BIG TERMINATED indication.
meanwhile BIG_Encryption in the notification should also be reset to be BT_BAP_BIG_ENC_STATE_NO_ENC when BIS is not synced anymore.