-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Bluetooth: Channel Sounding: Add bt_cs_set_default_settings
#78224
Bluetooth: Channel Sounding: Add bt_cs_set_default_settings
#78224
Conversation
Add new controller and host kconfigs for Bluetooth 6.0 Channel Sounding. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
0b93c5c
to
2af5b8a
Compare
2af5b8a
to
370fa2c
Compare
I would slightly prefer channel_sounding.c and channel_sounding.h over acronyms. I think that's a bit nicer for people who are less familiar, or browsing the code casually Feel free to leave it as is |
I may leave as is, I think cs will be a useful acronym to use |
61ca298
to
39212d5
Compare
bt_cs_set_default_settings
39212d5
to
f16cc67
Compare
f16cc67
to
956cf6b
Compare
956cf6b
to
0880632
Compare
Added support for a new API for setting default channel sounding settings, this is mainly a wrapper around the HCI command. For this add a new module for channel sounding, where new channel sounding APIs will go. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
Use a new file and command for this where all CS commands can live. Added support for bt_cs_set_default_settings command. Added test case where shell is built with CS to ensure code is built in CI. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
0880632
to
15f8bf0
Compare
Add CS set default settings command for the host, along with kconfig and shell support.