Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/test/
Dpairing_handler_le_pair_test.cc334 auto first_pkt = WaitFirstL2capCommand(); in TEST_F() local
335 peripheral_setup.pairing_request = PairingRequestView::Create(*first_pkt); in TEST_F()
421 std::unique_ptr<bluetooth::security::CommandView> first_pkt; in TEST_F() local
426 first_pkt = WaitFirstL2capCommand(); in TEST_F()
430 .WillOnce(InvokeWithoutArgs([&first_pkt, this] { in TEST_F()
443 view_to_packet->AddOctets(std::vector(first_pkt->begin(), first_pkt->end())); in TEST_F()