Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h254 void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c357 btu_stop_timer_oneshot(&p_inst->raddr_timer_ent); in btm_ble_multi_adv_write_rpa()
503 btu_stop_timer_oneshot(&p_inst->raddr_timer_ent); in btm_ble_multi_adv_enb_privacy()
705 btu_stop_timer_oneshot(&btm_multi_adv_cb.p_adv_inst[inst_id - 1].raddr_timer_ent); in BTM_BleDisableAdvInstance()
Dbtm_ble_addr.c71 btu_stop_timer_oneshot(&p_cb->raddr_timer_ent); in btm_gen_resolve_paddr_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c619 btu_stop_timer_oneshot(p_tle); in btu_oneshot_alarm_cb()
655 void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle) in btu_stop_timer_oneshot() function