Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dsecure_simple_pairing_state.cc786 case hci_spec::kUserPasskeyNotificationEventCode: in GetStateForPairingEvent()
988 return hci_spec::kUserPasskeyNotificationEventCode; in GetExpectedEvent()
H A Dsecure_simple_pairing_state_test.cc42 using hci_spec::kUserPasskeyNotificationEventCode;
2116 EXPECT_EQ(kUserPasskeyNotificationEventCode, in TEST_F()
2129 EXPECT_EQ(kUserPasskeyNotificationEventCode, in TEST_F()
H A Dbredr_connection_manager.cc218 hci_spec::kUserPasskeyNotificationEventCode, in BrEdrConnectionManager()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h588 constexpr EventCode kUserPasskeyNotificationEventCode = 0x3B; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1355 hci_spec::kUserPasskeyNotificationEventCode, in UserPasskeyNotificationPacket()