Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c315 p_inst->raddr_timer_ent.param = (TIMER_PARAM_TYPE) p_inst; in btm_ble_multi_adv_set_params()
316 btu_start_timer_oneshot(&p_inst->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, in btm_ble_multi_adv_set_params()
357 btu_stop_timer_oneshot(&p_inst->raddr_timer_ent); in btm_ble_multi_adv_write_rpa()
358 p_inst->raddr_timer_ent.param = (TIMER_PARAM_TYPE) p_inst; in btm_ble_multi_adv_write_rpa()
359 btu_start_timer_oneshot(&p_inst->raddr_timer_ent, BTU_TTYPE_BLE_RANDOM_ADDR, 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()
73 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h208 TIMER_LIST_ENT raddr_timer_ent; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h517 TIMER_LIST_ENT raddr_timer_ent; member