Home
last modified time | relevance | path

Searched refs:kReadEncryptionKeySize (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager_test.cc465 const StaticByteBuffer kReadEncryptionKeySize(
466 LowerBits(hci_spec::kReadEncryptionKeySize),
467 UpperBits(hci_spec::kReadEncryptionKeySize),
477 LowerBits(hci_spec::kReadEncryptionKeySize),
478 UpperBits(hci_spec::kReadEncryptionKeySize),
852 test_device(), kReadEncryptionKeySize, &kReadEncryptionKeySizeRsp); in QueueSuccessfulPairing()
893 test_device(), kReadEncryptionKeySize, &kReadEncryptionKeySizeRsp); in QueueSuccessfulUnauthenticatedPairing()
1068 test_device(), kReadEncryptionKeySize, &kReadEncryptionKeySizeRsp); in TEST_F()
1183 test_device(), kReadEncryptionKeySize, &kReadEncryptionKeySizeRsp); in TEST_F()
1356 test_device(), kReadEncryptionKeySize, &kReadEncryptionKeySizeRsp); in TEST_F()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dbredr_connection.cc125 hci_spec::kReadEncryptionKeySize); in ValidateEncryptionKeySize()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h684 constexpr OpCode kReadEncryptionKeySize = StatusParamsOpCode(0x0008); variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc4309 case hci_spec::kReadEncryptionKeySize: in HandleReceivedCommandPacket()
4561 case hci_spec::kReadEncryptionKeySize: { in HandleReceivedCommandPacket()