Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()
248 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()
794 if ( (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q) || in l2c_fcr_proc_pdu()
1476 while (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in retransmit_i_frames()
1477 osi_free(fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0)); in retransmit_i_frames()
1496 fixed_queue_enqueue(p_ccb->fcrb.retrans_q, p_buf2, FIXED_QUEUE_MAX_TIMEOUT); in retransmit_i_frames()
1540 p_buf = (BT_HDR *)fixed_queue_dequeue(p_ccb->fcrb.retrans_q, 0); in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_utils.c1586 p_ccb->fcrb.retrans_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1719 fixed_queue_free(p_ccb->fcrb.retrans_q, osi_free_func); in l2cu_release_ccb()
1722 p_ccb->fcrb.retrans_q = NULL; in l2cu_release_ccb()
3364 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) { in l2cu_get_next_channel_in_rr()
3436 if (!fixed_queue_is_empty(p_ccb->fcrb.retrans_q)) in l2cu_get_next_channel()
3491 if (fixed_queue_is_empty(p_ccb->fcrb.retrans_q))
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h196 fixed_queue_t *retrans_q; /* Buffers being retransmitted */ member