Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dsecure_simple_pairing_state.cc784 case hci_spec::kUserPasskeyRequestEventCode: in GetStateForPairingEvent()
985 return hci_spec::kUserPasskeyRequestEventCode; in GetExpectedEvent()
H A Dsecure_simple_pairing_state_test.cc43 using hci_spec::kUserPasskeyRequestEventCode;
2136 EXPECT_EQ(kUserPasskeyRequestEventCode, in TEST_F()
2139 EXPECT_EQ(kUserPasskeyRequestEventCode, in TEST_F()
2142 EXPECT_EQ(kUserPasskeyRequestEventCode, in TEST_F()
H A Dbredr_connection_manager.cc215 hci_spec::kUserPasskeyRequestEventCode, in BrEdrConnectionManager()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h580 constexpr EventCode kUserPasskeyRequestEventCode = 0x34; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1408 StaticByteBuffer(hci_spec::kUserPasskeyRequestEventCode, in UserPasskeyRequestPacket()