Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c236 while (p_fcrb->waiting_for_ack_q.p_first) in l2c_fcr_cleanup()
237 GKI_freebuf (GKI_dequeue (&p_fcrb->waiting_for_ack_q)); in l2c_fcr_cleanup()
393 || (p_ccb->fcrb.waiting_for_ack_q.count >= p_ccb->peer_cfg.fcr.tx_win_sz) ) in l2c_fcr_is_flow_controlled()
702 … p_ccb->fcrb.last_ack_sent, p_ccb->fcrb.waiting_for_ack_q.count, p_ccb->fcrb.num_tries); in l2c_fcr_proc_pdu()
771 if (p_ccb->fcrb.waiting_for_ack_q.count == 0) in l2c_fcr_proc_pdu()
869 p_ccb->fcrb.wait_ack, p_ccb->fcrb.waiting_for_ack_q.count); in l2c_fcr_proc_tout()
942 if (p_fcrb->waiting_for_ack_q.count) in process_reqseq()
954 if (num_bufs_acked > p_fcrb->waiting_for_ack_q.count) in process_reqseq()
958 … ctrl_word, req_seq, p_fcrb->last_rx_ack, p_fcrb->waiting_for_ack_q.count); in process_reqseq()
982 … ls = ((BT_HDR *)(p_fcrb->waiting_for_ack_q.p_first))->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()
[all …]
Dl2c_int.h204 BUFFER_Q waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */ member