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