Searched refs:first_pkt (Results 1 – 2 of 2) sorted by relevance
310 auto first_pkt = WaitFirstL2capCommand(); in TEST_F() local311 slave_setup.pairing_request = PairingRequestView::Create(*first_pkt); in TEST_F()378 std::unique_ptr<bluetooth::security::CommandView> first_pkt; in TEST_F() local383 first_pkt = WaitFirstL2capCommand(); in TEST_F()387 .WillOnce(InvokeWithoutArgs([&first_pkt, this] { in TEST_F()400 view_to_packet->AddOctets(std::vector(first_pkt->begin(), first_pkt->end())); in TEST_F()
306 bool first_pkt = true; in nfa_hciu_send_msg() local328 while ((first_pkt == true) || (msg_len != 0)) { in nfa_hciu_send_msg()336 first_pkt ? (max_seg_hcp_pkt_size - 2) : (max_seg_hcp_pkt_size - 1); in nfa_hciu_send_msg()351 if (first_pkt) { in nfa_hciu_send_msg()352 first_pkt = false; in nfa_hciu_send_msg()