Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h261 #if defined(QUICK_TIMER_TICKS_PER_SEC) && (QUICK_TIMER_TICKS_PER_SEC > 0)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c507 #if defined(QUICK_TIMER_TICKS_PER_SEC) && (QUICK_TIMER_TICKS_PER_SEC > 0)
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h769 #ifndef QUICK_TIMER_TICKS_PER_SEC
770 #define QUICK_TIMER_TICKS_PER_SEC 10 /* 100ms timer */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c183 …er (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout * QUICK_TIMER_TICKS_PER_SEC / 1000); in l2c_fcr_start_timer()
708 …tart_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, QUICK_TIMER_TICKS_PER_SEC); in l2c_fcr_proc_pdu()
1191 (L2CAP_FCR_ACK_TOUT * QUICK_TIMER_TICKS_PER_SEC) / 1000); in process_i_frame()