Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc802 StaticByteBuffer(LowerBits(hci_spec::kPinCodeRequestNegativeReply), in PinCodeRequestNegativeReplyPacket()
803 UpperBits(hci_spec::kPinCodeRequestNegativeReply), in PinCodeRequestNegativeReplyPacket()
820 LowerBits(hci_spec::kPinCodeRequestNegativeReply), // Command_Opcode in PinCodeRequestNegativeReplyResponse()
821 UpperBits(hci_spec::kPinCodeRequestNegativeReply), // Command_Opcode in PinCodeRequestNegativeReplyResponse()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h196 constexpr OpCode kPinCodeRequestNegativeReply = LinkControlOpCode(0x000E); variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager_test.cc416 const auto kPinCodeRequestNegativeReply = variable
1269 kPinCodeRequestNegativeReply, in TEST_F()
H A Dbredr_connection_manager.cc2215 hci_spec::kPinCodeRequestNegativeReply); in SendPinCodeRequestNegativeReply()