Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dbredr_connection.cc53 hci_spec::kSetConnectionEncryption); in StartEncryption()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager_test.cc452 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/
Dprotocol.h190 inline constexpr OpCode kSetConnectionEncryption = LinkControlOpCode(0x0013); variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc1277 LowerBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
1278 UpperBits(hci_spec::kSetConnectionEncryption), in SetConnectionEncryption()
Dfake_controller.cc4333 case hci_spec::kSetConnectionEncryption: in HandleReceivedCommandPacket()
4458 case hci_spec::kSetConnectionEncryption: { in HandleReceivedCommandPacket()