Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dpairing_handler_le_unittest.cc361 …std::optional<bluetooth::security::CommandView> pairing_response_pkt = WaitForOutgoingL2capPacket(… in TEST_F() local
362 EXPECT_TRUE(pairing_response_pkt.has_value()); in TEST_F()
363 EXPECT_EQ(Code::PAIRING_RESPONSE, pairing_response_pkt->GetCode()); in TEST_F()