Home
last modified time | relevance | path

Searched refs:kSetConnectionEncryption (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager_test.cc443 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 Dbredr_connection.cc51 hci_spec::kSetConnectionEncryption); in StartEncryption()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1185 LowerBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
1186 UpperBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
H A Dfake_controller.cc2478 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 Dprotocol.h204 constexpr OpCode kSetConnectionEncryption = LinkControlOpCode(0x0013); variable