Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c182 if (p_ccb->fcrb.mon_retrans_timer.in_use == 0) { in l2c_fcr_start_timer()
183 …btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout * QUICK_TIMER_TI… in l2c_fcr_start_timer()
199 if (p_ccb->fcrb.mon_retrans_timer.in_use) { in l2c_fcr_stop_timer()
200 btu_stop_quick_timer (&p_ccb->fcrb.mon_retrans_timer); in l2c_fcr_stop_timer()
216 btu_free_quick_timer (&p_ccb->fcrb.mon_retrans_timer); in l2c_fcr_free_timer()
253 btu_free_quick_timer (&p_ccb->fcrb.mon_retrans_timer); in l2c_fcr_cleanup()
254 memset(&p_fcrb->mon_retrans_timer, 0, sizeof(TIMER_LIST_ENT)); in l2c_fcr_cleanup()
708 …btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, QUICK_TIMER_TICKS_PER… in l2c_fcr_proc_pdu()
Dl2c_utils.c1552 btu_free_quick_timer(&p_ccb->fcrb.mon_retrans_timer); in l2cu_allocate_ccb()
1553 memset(&p_ccb->fcrb.mon_retrans_timer, 0, sizeof(TIMER_LIST_ENT)); in l2cu_allocate_ccb()
1554 p_ccb->fcrb.mon_retrans_timer.param = (TIMER_PARAM_TYPE)p_ccb; in l2cu_allocate_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h199 TIMER_LIST_ENT mon_retrans_timer; /* Timer Monitor or Retransmission */ member