Searched refs:kLinkKeyRequestNegativeReply (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 770 StaticByteBuffer(LowerBits(hci_spec::kLinkKeyRequestNegativeReply), in LinkKeyRequestNegativeReplyPacket() 771 UpperBits(hci_spec::kLinkKeyRequestNegativeReply), in LinkKeyRequestNegativeReplyPacket() 788 LowerBits(hci_spec::kLinkKeyRequestNegativeReply), // Command_Opcode in LinkKeyRequestNegativeReplyResponse() 789 UpperBits(hci_spec::kLinkKeyRequestNegativeReply), // Command_Opcode in LinkKeyRequestNegativeReplyResponse()
|
D | fake_controller.cc | 4325 case hci_spec::kLinkKeyRequestNegativeReply: in HandleReceivedCommandPacket() 4446 case hci_spec::kLinkKeyRequestNegativeReply: { in HandleReceivedCommandPacket()
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager_test.cc | 368 const auto kLinkKeyRequestNegativeReply = variable 839 kLinkKeyRequestNegativeReply, in QueueSuccessfulPairing() 878 kLinkKeyRequestNegativeReply, in QueueSuccessfulUnauthenticatedPairing() 1086 kLinkKeyRequestNegativeReply, in TEST_F() 1342 kLinkKeyRequestNegativeReply, in TEST_F() 1413 kLinkKeyRequestNegativeReply, in TEST_F() 1871 kLinkKeyRequestNegativeReply, in TEST_F() 1894 kLinkKeyRequestNegativeReply, in TEST_F() 1922 kLinkKeyRequestNegativeReply, in TEST_F() 2194 test_device(), kLinkKeyRequestNegativeReply, &kLinkKeyRequestReplyRsp); in TEST_F() [all …]
|
D | bredr_connection_manager.cc | 2103 hci_spec::kLinkKeyRequestNegativeReply); in SendLinkKeyRequestNegativeReply()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | protocol.h | 172 inline constexpr OpCode kLinkKeyRequestNegativeReply = variable
|