Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c426 void btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer() argument
449 p_tle->ticks = timeout_sec; in btu_start_timer()
451 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer()
627 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer_oneshot() argument
651 p_tle->ticks = timeout_sec; in btu_start_timer_oneshot()
652 osi_alarm_set(alarm, (period_ms_t)(timeout_sec * 1000)); in btu_start_timer_oneshot()