-
Notifications
You must be signed in to change notification settings - Fork 7.3k
LE Audio: Update BASS / Scan Delegator to v.1.0.1 #86608
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
Comments
Hey can I solve this issue |
Sounds great! Let me know if you need any help in preparing a PR or understanding the current implementation. Make sure to check out https://docs.zephyrproject.org/latest/contribute/index.html if you are unfamiliar with the Zephyr contribution process |
Hi @Thalley, I'm unable to access 26529 can you guide me through how to. zephyr/subsys/bluetooth/audio/bap_broadcast_assistant.c Lines 283 to 285 in 43acb93
to
and zephyr/subsys/bluetooth/audio/bap_scan_delegator.c Lines 952 to 955 in 43acb93
to
|
Yeah, something like that. Easier to provide review when there's a PR, but yeah, any place that we currently set the bad_code to a non-0 value, we need to set it to all-0xFF |
Is your enhancement proposal related to a problem? Please describe.
The Broadcast Audio Scan Service v.1.0.1 has been released and require a few changes in Zephyr to be compliant.
Describe the solution you'd like
Specifically erratum 26529 needs to be implemented, which changes how the bad broadcast code is handled.
The change required is that instead of copying the bad broadcast code to the bad broadcast code field, the spec now requires setting the bad broadcast code field to 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF (all octets set to 0xFF).
Describe alternatives you've considered
N/A
Additional context
https://www.bluetooth.com/specifications/specs/broadcast-audio-scan-service-2/
The text was updated successfully, but these errors were encountered: