Home
last modified time | relevance | path

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

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