Searched refs:kUserConfirmationRequestReply (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection_manager_test.cc | 402 const auto kUserConfirmationRequestReply = variable 406 COMMAND_COMPLETE_RSP(hci_spec::kUserConfirmationRequestReply); 856 kUserConfirmationRequestReply, in QueueSuccessfulPairing() 897 kUserConfirmationRequestReply, in QueueSuccessfulUnauthenticatedPairing() 1424 kUserConfirmationRequestReply, in TEST_F() 2137 kUserConfirmationRequestReply, in TEST_F() 2765 kUserConfirmationRequestReply, in TEST_F() 3014 kUserConfirmationRequestReply, in TEST_F() 3118 kUserConfirmationRequestReply, in TEST_F() 3212 kUserConfirmationRequestReply, in TEST_F() [all …]
|
D | bredr_connection_manager.cc | 2063 hci_spec::kUserConfirmationRequestReply); in SendUserConfirmationRequestReply()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | protocol.h | 220 inline constexpr OpCode kUserConfirmationRequestReply = variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 1430 StaticByteBuffer(LowerBits(hci_spec::kUserConfirmationRequestReply), in UserConfirmationRequestReplyPacket() 1431 UpperBits(hci_spec::kUserConfirmationRequestReply), in UserConfirmationRequestReplyPacket()
|
D | fake_controller.cc | 4336 case hci_spec::kUserConfirmationRequestReply: in HandleReceivedCommandPacket() 4517 case hci_spec::kUserConfirmationRequestReply: { in HandleReceivedCommandPacket()
|