Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c231 tL2C_FCRB *p_fcrb = &p_ccb->fcrb; in l2c_fcr_cleanup() local
235 if (p_fcrb->p_rx_sdu) { in l2c_fcr_cleanup()
236 osi_free(p_fcrb->p_rx_sdu); in l2c_fcr_cleanup()
237 p_fcrb->p_rx_sdu = NULL; in l2c_fcr_cleanup()
241 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()
244 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()
247 fixed_queue_free(p_fcrb->retrans_q, osi_free_func); in l2c_fcr_cleanup()
248 p_fcrb->retrans_q = NULL; in l2c_fcr_cleanup()
[all …]