Home
last modified time | relevance | path

Searched defs:SupportsSecureConnections (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dpairing_channel.h83 bool SupportsSecureConnections() const { in SupportsSecureConnections() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc85 SUPPORTED_API(SupportsSecureConnections) in SUPPORTED_API() argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto15 rpc SupportsSecureConnections(google.protobuf.Empty) returns (SupportedMsg) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h331 bool SupportsSecureConnections() const { return remote_supports_secure_connections; } in SupportsSecureConnections() function