Searched refs:pairing_response_pkt (Results 1 – 1 of 1) sorted by relevance
361 …std::optional<bluetooth::security::CommandView> pairing_response_pkt = WaitForOutgoingL2capPacket(… in TEST_F() local362 EXPECT_TRUE(pairing_response_pkt.has_value()); in TEST_F()363 EXPECT_EQ(Code::PAIRING_RESPONSE, pairing_response_pkt->GetCode()); in TEST_F()