Searched refs:pairing_request_pkt (Results 1 – 1 of 1) sorted by relevance
189 …std::optional<bluetooth::security::CommandView> pairing_request_pkt = WaitForOutgoingL2capPacket(); in TEST_F() local190 EXPECT_TRUE(pairing_request_pkt.has_value()); in TEST_F()191 EXPECT_EQ(pairing_request_pkt->GetCode(), Code::PAIRING_REQUEST); in TEST_F()192 CommandView pairing_request = pairing_request_pkt.value(); in TEST_F()308 …std::optional<bluetooth::security::CommandView> pairing_request_pkt = WaitForOutgoingL2capPacket(); in TEST_F() local309 EXPECT_TRUE(pairing_request_pkt.has_value()); in TEST_F()310 EXPECT_EQ(Code::PAIRING_REQUEST, pairing_request_pkt->GetCode()); in TEST_F()