Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dpairing_handler_le_unittest.cc358 …std::optional<bluetooth::security::CommandView> pairing_response_pkt = WaitForOutgoingL2capPacket(… in TEST_F() local
359 EXPECT_TRUE(pairing_response_pkt.has_value()); in TEST_F()
360 EXPECT_EQ(Code::PAIRING_RESPONSE, pairing_response_pkt->GetCode()); in TEST_F()