Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h253 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c73 btu_start_timer_oneshot(&p_cb->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, in btm_gen_resolve_paddr_cmpl()
76 btu_start_timer_oneshot(&p_cb->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, in btm_gen_resolve_paddr_cmpl()
Dbtm_ble_multi_adv.c316 btu_start_timer_oneshot(&p_inst->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, in btm_ble_multi_adv_set_params()
359 btu_start_timer_oneshot(&p_inst->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, in btm_ble_multi_adv_write_rpa()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c627 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer_oneshot() function