Home
last modified time | relevance | path

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

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