Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc841 StaticByteBuffer(LowerBits(hci_spec::kPinCodeRequestReply), in PinCodeRequestReplyPacket()
842 UpperBits(hci_spec::kPinCodeRequestReply), in PinCodeRequestReplyPacket()
877 LowerBits(hci_spec::kPinCodeRequestReply), // Command_Opcode in PinCodeRequestReplyResponse()
878 UpperBits(hci_spec::kPinCodeRequestReply), // Command_Opcode in PinCodeRequestReplyResponse()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h192 constexpr OpCode kPinCodeRequestReply = LinkControlOpCode(0x000D); variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager_test.cc412 const auto kPinCodeRequestReply = testing::PinCodeRequestReplyPacket( variable
1060 kPinCodeRequestReply, in TEST_F()
1108 kPinCodeRequestReply, in TEST_F()
1175 kPinCodeRequestReply, in TEST_F()
H A Dbredr_connection_manager.cc2192 hci_spec::kPinCodeRequestReply); in SendPinCodeRequestReply()