OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raddr_timer_ent
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_multi_adv.c
301
p_inst->
raddr_timer_ent
.param = (TIMER_PARAM_TYPE) p_inst;
302
btu_start_timer_oneshot(&p_inst->
raddr_timer_ent
, BTU_TTYPE_BLE_RANDOM_ADDR,
342
btu_stop_timer(&p_inst->
raddr_timer_ent
);
343
p_inst->
raddr_timer_ent
.param = (TIMER_PARAM_TYPE) p_inst;
344
btu_start_timer_oneshot(&p_inst->
raddr_timer_ent
, BTU_TTYPE_BLE_RANDOM_ADDR,
506
btu_stop_timer_oneshot(&p_inst->
raddr_timer_ent
);
718
btu_stop_timer(&btm_multi_adv_cb.p_adv_inst[inst_id-1].
raddr_timer_ent
);
btm_ble_addr.c
66
btu_stop_timer_oneshot(&p_cb->
raddr_timer_ent
);
68
btu_start_timer_oneshot(&p_cb->
raddr_timer_ent
, BTU_TTYPE_BLE_RANDOM_ADDR,
71
btu_start_timer_oneshot(&p_cb->
raddr_timer_ent
, BTU_TTYPE_BLE_RANDOM_ADDR,
btm_ble_int.h
177
TIMER_LIST_ENT
raddr_timer_ent
;
member in struct:__anon5857
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
456
TIMER_LIST_ENT
raddr_timer_ent
;
member in struct:__anon6110
[
all
...]
Completed in 203 milliseconds