Home
last modified time | relevance | path

Searched refs:p_ref (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c180 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status); in btm_ble_multi_adv_vsc_cmpl_cback()
476 (p_inst->p_cback)(BTM_BLE_MULTI_ADV_DISABLE_EVT, p_inst->inst_id, p_inst->p_ref, 0); in btm_ble_multi_adv_reenable()
524 tBTM_BLE_MULTI_ADV_CBACK *p_cback, void *p_ref) in BTM_BleEnableAdvInstance() argument
560 p_inst->p_ref = p_ref; in BTM_BleEnableAdvInstance()
872 return p_inst->p_ref; in btm_ble_multi_adv_get_ref()
Dbtm_ble_adv_filter.c147 tBTM_BLE_REF_VALUE *p_ref, tBTM_BLE_PF_CFG_CBACK **p_cmpl_cback, in btm_ble_advfilt_deq_op_q() argument
153 *p_ref = btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.pending_idx]; in btm_ble_advfilt_deq_op_q()
162 *p_ocf, *p_action, *p_ref, *p_cb_evt); in btm_ble_advfilt_deq_op_q()
Dbtm_ble_batchscan.c286 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref) in btm_ble_batchscan_deq_op_q() argument
291 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx]; in btm_ble_batchscan_deq_op_q()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h505 void *p_ref, tBTM_STATUS status);
514 void *p_ref; member
2388 void *p_ref);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5462 if (BTM_BleMaxMultiAdvInstanceCount() > 0 && NULL != p_data->ble_multi_adv_enb.p_ref) { in bta_dm_ble_multi_adv_enb()
5466 p_data->ble_multi_adv_enb.p_ref); in bta_dm_ble_multi_adv_enb()
5471 p_data->ble_multi_adv_enb.p_ref, BTA_FAILURE); in bta_dm_ble_multi_adv_enb()
5486 void *p_ref = NULL; in bta_dm_ble_multi_adv_upd_param() local
5495 p_ref = btm_ble_multi_adv_get_ref(p_data->ble_multi_adv_param.inst_id); in bta_dm_ble_multi_adv_upd_param()
5497 p_data->ble_multi_adv_param.inst_id, p_ref, BTA_FAILURE); in bta_dm_ble_multi_adv_upd_param()
5513 void *p_ref = NULL; in bta_dm_ble_multi_adv_data() local
5524 p_ref = btm_ble_multi_adv_get_ref(p_data->ble_multi_adv_data.inst_id); in bta_dm_ble_multi_adv_data()
5526 p_data->ble_multi_adv_data.inst_id, p_ref, BTA_FAILURE); in bta_dm_ble_multi_adv_data()
5542 void *p_ref = NULL; in btm_dm_ble_multi_adv_disable() local
[all …]
Dbta_dm_api.c1965 void *p_ref) in BTA_BleEnableAdvInstance() argument
1982 p_msg->p_ref = p_ref; in BTA_BleEnableAdvInstance()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h992 UINT8 inst_id, void *p_ref, tBTA_STATUS status);
2596 tBTA_BLE_MULTI_ADV_CBACK *p_cback, void *p_ref);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h722 void *p_ref; member