Skip to content
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

Merged

Commits on Sep 10, 2024

  1. bluetooth: kconfig: Add channel sounding kconfigs

    Add new controller and host kconfigs for Bluetooth 6.0
    Channel Sounding.
    
    Signed-off-by: Sean Madigan <[email protected]>
    sean-madigan committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    319e283 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. bluetooth: host: Add support for CS set default settings

    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 <[email protected]>
    sean-madigan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a5bb731 View commit details
    Browse the repository at this point in the history
  2. bluetooth: shell: Add CS to BT shell with set default settings command

    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 <[email protected]>
    sean-madigan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    15f8bf0 View commit details
    Browse the repository at this point in the history