Home
last modified time | relevance | path

Searched refs:kUserConfirmationRequestEventCode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dsecure_simple_pairing_state_test.cc41 using hci_spec::kUserConfirmationRequestEventCode;
2111 kUserConfirmationRequestEventCode, in TEST_F()
2113 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2119 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2123 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2126 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2132 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2145 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2149 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
2152 EXPECT_EQ(kUserConfirmationRequestEventCode, in TEST_F()
[all …]
H A Dsecure_simple_pairing_state.cc782 case hci_spec::kUserConfirmationRequestEventCode: in GetStateForPairingEvent()
982 return hci_spec::kUserConfirmationRequestEventCode; in GetExpectedEvent()
990 return hci_spec::kUserConfirmationRequestEventCode; in GetExpectedEvent()
H A Dbredr_connection_manager.cc211 hci_spec::kUserConfirmationRequestEventCode, in BrEdrConnectionManager()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h576 constexpr EventCode kUserConfirmationRequestEventCode = 0x33; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1303 hci_spec::kUserConfirmationRequestEventCode, in UserConfirmationRequestPacket()
H A Dfake_controller.cc2387 hci_spec::kUserConfirmationRequestEventCode); in OnIOCapabilityRequestReplyCommand()