Searched refs:pairing_request_pkt (Results 1 – 1 of 1) sorted by relevance
192 …std::optional<bluetooth::security::CommandView> pairing_request_pkt = WaitForOutgoingL2capPacket(); in TEST_F() local193 EXPECT_TRUE(pairing_request_pkt.has_value()); in TEST_F()194 EXPECT_EQ(pairing_request_pkt->GetCode(), Code::PAIRING_REQUEST); in TEST_F()195 CommandView pairing_request = pairing_request_pkt.value(); in TEST_F()311 …std::optional<bluetooth::security::CommandView> pairing_request_pkt = WaitForOutgoingL2capPacket(); in TEST_F() local312 EXPECT_TRUE(pairing_request_pkt.has_value()); in TEST_F()313 EXPECT_EQ(Code::PAIRING_REQUEST, pairing_request_pkt->GetCode()); in TEST_F()