-
Couldn't load subscription status.
- Fork 718
[nrf fromtree] Bluetooth: CS: Cherry pick CS upstream commits #2079
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
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
- Added `cs-supported` property to nrf-radio devicetree - Added `HAS_HW_NRF_RADIO_CS` Kconfig option which is set if `cs-supported` property is enabled - Enabled `cs-supported` property for nrf54-series devices - Disabled `cs-supported` on nrf54l15bsim because it is not yet supported Signed-off-by: Ivan Iushkov <ivan.iushkov@nordicsemi.no> (cherry picked from commit e357814)
… is enabled Channel sounding frequently produces very large events, so the default of 68 bytes can lead to buffer overruns / memory corruption. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no> (cherry picked from commit 7538a98)
Adds following HCI support for CS configuration: - LE CS Create Config command - LE CS Remove Config command - LE CS Config Complete event Two callbacks have been added to notify the application when a new CS configuration is created or an existing CS configuration is removed. Signed-off-by: Burak Gorduk <burak.gorduk@nordicsemi.no> (cherry picked from commit 7b82214)
This change adds bt_le_cs prefix to public CS API as well as adding le_cs prefix to CS related bt_conn callbacks. This is to ensure consistency within CS API while maintaining the separation between the Bluetooth LE and Classic features. Signed-off-by: Burak Gorduk <burak.gorduk@nordicsemi.no> (cherry picked from commit 6e3c3f6)
olivier-le-sage
approved these changes
Oct 8, 2024
…t results Adds support for: - LE CS Subevent Result event - LE CS Test End Complete event For now, recombination of subevent results with more steps than could fit within a single HCI event is not supported, and such events are discarded. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no> (cherry picked from commit a12b869)
Makes it easier to make sure the CS test code is removed if desired. It should hopefully allow for a clean split in general. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no> (cherry picked from commit 9e3943d)
…config Include EXPERIMENTAL tag in the kconfig text and remove the word "support" to align with other options Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no> (cherry picked from commit 9ae2e23)
eriksandgren
approved these changes
Oct 8, 2024
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.
Cherry pick CS upstream commits