Home
last modified time | relevance | path

Searched refs:p_adv_inst (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c123 p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1]; in btm_ble_multi_adv_vsc_cmpl_cback()
131 btm_multi_adv_cb.p_adv_inst[inst_id-1].inst_id = 0; in btm_ble_multi_adv_vsc_cmpl_cback()
390 p_inst = &(btm_multi_adv_cb.p_adv_inst[index]); in btm_ble_multi_adv_gen_rpa_cmpl()
470 tBTM_BLE_MULTI_ADV_INST *p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1]; in btm_ble_multi_adv_reenable()
499 tBTM_BLE_MULTI_ADV_INST *p_inst = &btm_multi_adv_cb.p_adv_inst[0]; in btm_ble_multi_adv_enb_privacy()
530 tBTM_BLE_MULTI_ADV_INST *p_inst = &btm_multi_adv_cb.p_adv_inst[0]; in BTM_BleEnableAdvInstance()
599 tBTM_BLE_MULTI_ADV_INST *p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1]; in BTM_BleUpdateAdvInstParam()
717 btm_ble_multi_adv_configure_rpa(&btm_multi_adv_cb.p_adv_inst[inst_id-1]); in BTM_BleDisableAdvInstance()
718 btu_stop_timer(&btm_multi_adv_cb.p_adv_inst[inst_id-1].raddr_timer_ent); in BTM_BleDisableAdvInstance()
719 btm_multi_adv_cb.p_adv_inst[inst_id-1].inst_id = 0; in BTM_BleDisableAdvInstance()
[all …]
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h471 tBTM_BLE_MULTI_ADV_INST *p_adv_inst; /* dynamic array to store adv instance */ member