Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c244 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free_func); in l2c_fcr_cleanup()
245 p_fcrb->srej_rcv_hold_q = NULL; in l2c_fcr_cleanup()
751 (!fixed_queue_is_empty(p_ccb->fcrb.srej_rcv_hold_q))) { in l2c_fcr_proc_pdu()
752 fixed_queue_t *temp_q = p_ccb->fcrb.srej_rcv_hold_q; in l2c_fcr_proc_pdu()
753 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2c_fcr_proc_pdu()
1099 …next_srej = (((BT_HDR *)fixed_queue_try_peek_last(p_fcrb->srej_rcv_hold_q))->layer_specific + 1) &… in process_i_frame()
1101 …if ( (tx_seq == next_srej) && (fixed_queue_length(p_fcrb->srej_rcv_hold_q) < p_ccb->our_cfg.fcr.tx… in process_i_frame()
1124 fixed_queue_enqueue(p_fcrb->srej_rcv_hold_q, p_buf, FIXED_QUEUE_MAX_TIMEOUT); in process_i_frame()
1127 …p_ccb->local_cid, next_srej, fixed_queue_length(p_fcrb->srej_rcv_hold_q), p_ccb->our_cfg.fcr.tx_wi… in process_i_frame()
1148 if (!fixed_queue_is_empty(p_fcrb->srej_rcv_hold_q)) { in process_i_frame()
[all …]
Dl2c_utils.c1585 p_ccb->fcrb.srej_rcv_hold_q = fixed_queue_new(QUEUE_SIZE_MAX); in l2cu_allocate_ccb()
1718 fixed_queue_free(p_ccb->fcrb.srej_rcv_hold_q, osi_free_func); in l2cu_release_ccb()
1721 p_ccb->fcrb.srej_rcv_hold_q = NULL; in l2cu_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h195 fixed_queue_t *srej_rcv_hold_q; /* Buffers rcvd but held pending SREJ rsp */ member