Searched refs:kSetConnectionEncryption (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | bredr_connection.cc | 53 hci_spec::kSetConnectionEncryption); in StartEncryption()
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager_test.cc | 452 const StaticByteBuffer kSetConnectionEncryption( 453 LowerBits(hci_spec::kSetConnectionEncryption), 454 UpperBits(hci_spec::kSetConnectionEncryption), 462 COMMAND_STATUS_RSP(hci_spec::kSetConnectionEncryption, 862 kSetConnectionEncryption, in QueueSuccessfulPairing() 903 kSetConnectionEncryption, in QueueSuccessfulUnauthenticatedPairing() 1094 kSetConnectionEncryption, in TEST_F() 1256 kSetConnectionEncryption, in TEST_F() 1429 kSetConnectionEncryption, in TEST_F() 2021 kSetConnectionEncryption, in TEST_F() [all …]
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | protocol.h | 190 inline constexpr OpCode kSetConnectionEncryption = LinkControlOpCode(0x0013); variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 1277 LowerBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption() 1278 UpperBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
|
D | fake_controller.cc | 4333 case hci_spec::kSetConnectionEncryption: in HandleReceivedCommandPacket() 4458 case hci_spec::kSetConnectionEncryption: { in HandleReceivedCommandPacket()
|