Searched refs:btu_stop_timer_oneshot (Results 1 – 4 of 4) sorted by relevance
254 void btu_stop_timer_oneshot(TIMER_LIST_ENT *p_tle);
357 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()
71 btu_stop_timer_oneshot(&p_cb->raddr_timer_ent); in btm_gen_resolve_paddr_cmpl()
619 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