Searched refs:kUserConfirmationRequestEventCode (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | secure_simple_pairing_state_test.cc | 41 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 D | secure_simple_pairing_state.cc | 782 case hci_spec::kUserConfirmationRequestEventCode: in GetStateForPairingEvent() 982 return hci_spec::kUserConfirmationRequestEventCode; in GetExpectedEvent() 990 return hci_spec::kUserConfirmationRequestEventCode; in GetExpectedEvent()
|
H A D | bredr_connection_manager.cc | 211 hci_spec::kUserConfirmationRequestEventCode, in BrEdrConnectionManager()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 576 constexpr EventCode kUserConfirmationRequestEventCode = 0x33; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 1303 hci_spec::kUserConfirmationRequestEventCode, in UserConfirmationRequestPacket()
|
H A D | fake_controller.cc | 2387 hci_spec::kUserConfirmationRequestEventCode); in OnIOCapabilityRequestReplyCommand()
|