Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc212 tL2C_FCRB* p_fcrb = &p_ccb->fcrb; in l2c_fcr_cleanup() local
214 alarm_free(p_fcrb->mon_retrans_timer); in l2c_fcr_cleanup()
215 p_fcrb->mon_retrans_timer = NULL; in l2c_fcr_cleanup()
216 alarm_free(p_fcrb->ack_timer); in l2c_fcr_cleanup()
217 p_fcrb->ack_timer = NULL; in l2c_fcr_cleanup()
219 osi_free_and_reset((void**)&p_fcrb->p_rx_sdu); in l2c_fcr_cleanup()
221 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()
222 p_fcrb->waiting_for_ack_q = NULL; in l2c_fcr_cleanup()
224 fixed_queue_free(p_fcrb->srej_rcv_hold_q, osi_free); in l2c_fcr_cleanup()
225 p_fcrb->srej_rcv_hold_q = NULL; in l2c_fcr_cleanup()
[all …]