/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 78 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value); in btm_ble_batchscan_filter_track_adv_vse_cback() 89 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value; in btm_ble_batchscan_filter_track_adv_vse_cback() 141 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_op_q() argument 145 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value; in btm_ble_batchscan_enq_op_q() 149 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]); in btm_ble_batchscan_enq_op_q() 164 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q() argument 174 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value; in btm_ble_batchscan_enq_rep_q() 179 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); in btm_ble_batchscan_enq_rep_q() 258 *p_ref_value = ble_batchscan_cb.main_rep_q.ref_value[index]; in btm_ble_batchscan_deq_rep_data() 265 ble_batchscan_cb.main_rep_q.ref_value[index] = 0; in btm_ble_batchscan_deq_rep_data() [all …]
|
D | btm_ble_adv_filter.c | 124 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref; in btm_ble_advfilt_enq_op_q() 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() 268 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_scan_pf_cmpl_cback() local 275 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 280 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 291 ocf, op_subcode, action, evt_len, ref_value, status); in btm_ble_scan_pf_cmpl_cback() 295 btm_ble_adv_filt_cb.p_filt_stat_cback(action, status, ref_value); in btm_ble_scan_pf_cmpl_cback() 298 ocf, action, status, ref_value); in btm_ble_scan_pf_cmpl_cback() 305 ocf, op_subcode, action, status, ref_value); in btm_ble_scan_pf_cmpl_cback() 319 ocf, action, status, ref_value, num_avail); in btm_ble_scan_pf_cmpl_cback() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 536 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value); 537 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format, 540 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status); 567 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX]; member 574 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member 594 tBTM_BLE_REF_VALUE ref_value; member 696 tBTM_BLE_REF_VALUE ref_value); 702 tBTM_BLE_REF_VALUE ref_value); 707 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status); 879 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_PF_TYPE_MAX]; member [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1667 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleSetStorageParams() argument 1677 p_msg->ref_value = ref_value; in BTA_DmBleSetStorageParams() 1705 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleEnableBatchScan() argument 1716 p_msg->ref_value = ref_value; in BTA_DmBleEnableBatchScan() 1732 extern void BTA_DmBleDisableBatchScan(tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleDisableBatchScan() argument 1739 p_msg->ref_value = ref_value; in BTA_DmBleDisableBatchScan() 1757 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleReadScanReports() argument 1765 p_msg->ref_value = ref_value; in BTA_DmBleReadScanReports() 1782 extern void BTA_DmBleTrackAdvertiser(tBTA_DM_BLE_REF_VALUE ref_value, in BTA_DmBleTrackAdvertiser() argument 1791 p_msg->ref_value = ref_value; in BTA_DmBleTrackAdvertiser() [all …]
|
D | bta_dm_act.c | 6018 p_data->ble_set_storage.ref_value); in bta_dm_ble_setup_storage() 6022 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_CFG_STRG_EVT, p_data->ble_set_storage.ref_value, in bta_dm_ble_setup_storage() 6049 p_data->ble_enable_scan.ref_value); in bta_dm_ble_enable_batch_scan() 6053 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_ENABLE_EVT, p_data->ble_enable_scan.ref_value, in bta_dm_ble_enable_batch_scan() 6076 btm_status = BTM_BleDisableBatchScan(p_data->ble_disable_scan.ref_value); in bta_dm_ble_disable_batch_scan() 6080 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_DISABLE_EVT, p_data->ble_enable_scan.ref_value, in bta_dm_ble_disable_batch_scan() 6103 p_data->ble_read_reports.ref_value); in bta_dm_ble_read_scan_reports() 6107 bta_ble_scan_setup_cb(BTM_BLE_BATCH_SCAN_READ_REPTS_EVT, p_data->ble_enable_scan.ref_value, in bta_dm_ble_read_scan_reports() 6134 p_data->ble_track_advert.ref_value); in bta_dm_ble_track_advertiser() 6140 track_adv_data.client_if = (UINT8)p_data->ble_track_advert.ref_value; in bta_dm_ble_track_advertiser() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1063 tBTA_DM_BLE_REF_VALUE ref_value); 1066 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status); 1070 tBTA_DM_BLE_REF_VALUE ref_value); 1244 typedef void (tBTA_BLE_SCAN_THRESHOLD_CBACK)(tBTA_DM_BLE_REF_VALUE ref_value); 1246 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, 1251 tBTA_DM_BLE_REF_VALUE ref_value, 1262 tBTA_DM_BLE_REF_VALUE ref_value); 2887 tBTA_DM_BLE_REF_VALUE ref_value); 2909 tBTA_DM_BLE_REF_VALUE ref_value); 2924 tBTA_DM_BLE_REF_VALUE ref_value); [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 850 tBTA_DM_BLE_REF_VALUE ref_value; member 860 tBTA_DM_BLE_REF_VALUE ref_value; member 865 tBTA_DM_BLE_REF_VALUE ref_value; member 871 tBTA_DM_BLE_REF_VALUE ref_value; member 876 tBTA_DM_BLE_REF_VALUE ref_value; member 962 tBTA_DM_BLE_REF_VALUE ref_value; member 969 tBTA_DM_BLE_REF_VALUE ref_value; member 979 tBTA_DM_BLE_REF_VALUE ref_value; member
|