Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc216 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()
217 p_fcrb->waiting_for_ack_q = NULL; in l2c_fcr_cleanup()
270 (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= in l2c_fcr_is_flow_controlled()
529 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q), p_ccb->fcrb.num_tries); in l2c_fcr_proc_pdu()
583 if (fixed_queue_is_empty(p_ccb->fcrb.waiting_for_ack_q)) in l2c_fcr_proc_pdu()
788 p_ccb->fcrb.wait_ack, fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in l2c_fcr_proc_tout()
846 if (!fixed_queue_is_empty(p_fcrb->waiting_for_ack_q)) in process_reqseq()
859 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) { in process_reqseq()
865 fixed_queue_length(p_fcrb->waiting_for_ack_q)); in process_reqseq()
881 (BT_HDR*)fixed_queue_try_dequeue(p_fcrb->waiting_for_ack_q); in process_reqseq()
[all …]
Dl2c_int.h241 waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */ member
Dl2c_utils.cc1442 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc170 .waiting_for_ack_q = nullptr, // fixed_queue_t*