Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c241 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free_func); in l2c_fcr_cleanup()
242 p_fcrb->waiting_for_ack_q = NULL; in l2c_fcr_cleanup()
380 … || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) ) { in l2c_fcr_is_flow_controlled()
663 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q), in l2c_fcr_proc_pdu()
721 if (fixed_queue_is_empty(p_ccb->fcrb.waiting_for_ack_q)) { in l2c_fcr_proc_pdu()
818 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in l2c_fcr_proc_tout()
889 if (!fixed_queue_is_empty(p_fcrb->waiting_for_ack_q)) { in process_reqseq()
902 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) { in process_reqseq()
906 fixed_queue_length(p_fcrb->waiting_for_ack_q)); in process_reqseq()
924 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_dequeue(p_fcrb->waiting_for_ack_q, 0); in process_reqseq()
[all …]
Dl2c_utils.c1581 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1708 fixed_queue_free(p_ccb->fcrb.waiting_for_ack_q, osi_free_func); in l2cu_release_ccb()
1711 p_ccb->fcrb.waiting_for_ack_q = NULL; in l2cu_release_ccb()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h194 fixed_queue_t *waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */ member