Searched refs:kSetConnectionEncryption (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | bredr_connection_manager_test.cc | 443 const StaticByteBuffer kSetConnectionEncryption( 444 LowerBits(hci_spec::kSetConnectionEncryption), 445 UpperBits(hci_spec::kSetConnectionEncryption), 453 COMMAND_STATUS_RSP(hci_spec::kSetConnectionEncryption, 848 kSetConnectionEncryption, in QueueSuccessfulPairing() 889 kSetConnectionEncryption, in QueueSuccessfulUnauthenticatedPairing() 1064 kSetConnectionEncryption, in TEST_F() 1179 kSetConnectionEncryption, in TEST_F() 1352 kSetConnectionEncryption, in TEST_F() 1916 kSetConnectionEncryption, in TEST_F() [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | bredr_connection.cc | 51 hci_spec::kSetConnectionEncryption); in StartEncryption()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 1185 LowerBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption() 1186 UpperBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
|
H A D | fake_controller.cc | 2478 RespondWithCommandStatus(hci_spec::kSetConnectionEncryption, in OnSetConnectionEncryptionCommand() 4316 case hci_spec::kSetConnectionEncryption: in HandleReceivedCommandPacket() 4439 case hci_spec::kSetConnectionEncryption: { in HandleReceivedCommandPacket()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 204 constexpr OpCode kSetConnectionEncryption = LinkControlOpCode(0x0013); variable
|