Searched refs:first_pkt (Results 1 – 2 of 2) sorted by relevance
327 auto first_pkt = WaitFirstL2capCommand(); in TEST_F() local328 peripheral_setup.pairing_request = PairingRequestView::Create(*first_pkt); in TEST_F()411 std::unique_ptr<bluetooth::security::CommandView> first_pkt; in TEST_F() local416 first_pkt = WaitFirstL2capCommand(); in TEST_F()420 .WillOnce(InvokeWithoutArgs([&first_pkt, this] { in TEST_F()433 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()