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 several channel sounding HCI commands #78455

Merged

Commits on Sep 18, 2024

  1. bluetooth: host: CS support for remote capabilities and FAE table

    Adds HCI support for:
    - LE CS Read Remote Supported Capabilities
    - LE CS Read Remote FAE Table
    
    Callbacks have been added to the conn object to allow upper layers to
    make use of the cache commands, with which it will be possible to store
    this information and provide it again in the case of a disconnect
    and reconnect to the same device.
    
    Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
    olivier-le-sage committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    57a13aa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. bluetooth: host: CS support for CS Test

    Adds HCI support for the LE CS Test command.
    
    Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
    olivier-le-sage committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ea53595 View commit details
    Browse the repository at this point in the history