Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager_test.cc402 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 …]
Dbredr_connection_manager.cc2063 hci_spec::kUserConfirmationRequestReply); in SendUserConfirmationRequestReply()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h220 inline constexpr OpCode kUserConfirmationRequestReply = variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc1430 StaticByteBuffer(LowerBits(hci_spec::kUserConfirmationRequestReply), in UserConfirmationRequestReplyPacket()
1431 UpperBits(hci_spec::kUserConfirmationRequestReply), in UserConfirmationRequestReplyPacket()
Dfake_controller.cc4336 case hci_spec::kUserConfirmationRequestReply: in HandleReceivedCommandPacket()
4517 case hci_spec::kUserConfirmationRequestReply: { in HandleReceivedCommandPacket()