/system/bt/stack/btm/ |
D | btm_ble_batchscan.c | 73 ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value); in btm_ble_batchscan_filter_track_adv_vse_cback() 84 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value; in btm_ble_batchscan_filter_track_adv_vse_cback() 142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_op_q() argument 146 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value; in btm_ble_batchscan_enq_op_q() 150 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]); in btm_ble_batchscan_enq_op_q() 165 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 175 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() 180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); in btm_ble_batchscan_enq_rep_q() 264 *p_ref_value = ble_batchscan_cb.main_rep_q.ref_value[index]; in btm_ble_batchscan_deq_rep_data() 271 ble_batchscan_cb.main_rep_q.ref_value[index] = 0; in btm_ble_batchscan_deq_rep_data() [all …]
|
D | btm_ble_adv_filter.c | 117 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() 146 *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() 263 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_scan_pf_cmpl_cback() local 271 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 276 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 289 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() 297 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() 320 ocf, action, status, ref_value, num_avail); in btm_ble_scan_pf_cmpl_cback() [all …]
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 519 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value); 520 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format, 523 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status); 553 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX]; member 561 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; member 582 tBTM_BLE_REF_VALUE ref_value; member 681 tBTM_BLE_REF_VALUE ref_value); 687 tBTM_BLE_REF_VALUE ref_value); 692 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status); 749 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_PF_TYPE_MAX]; member [all …]
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 1095 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleSetStorageParams() argument 1106 p_msg->ref_value = ref_value; in BTA_DmBleSetStorageParams() 1134 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleEnableBatchScan() argument 1146 p_msg->ref_value = ref_value; in BTA_DmBleEnableBatchScan() 1162 extern void BTA_DmBleDisableBatchScan(tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleDisableBatchScan() argument 1170 p_msg->ref_value = ref_value; in BTA_DmBleDisableBatchScan() 1188 tBTA_DM_BLE_REF_VALUE ref_value) in BTA_DmBleReadScanReports() argument 1197 p_msg->ref_value = ref_value; in BTA_DmBleReadScanReports() 1214 extern void BTA_DmBleTrackAdvertiser(tBTA_DM_BLE_REF_VALUE ref_value, in BTA_DmBleTrackAdvertiser() argument 1224 p_msg->ref_value = ref_value; in BTA_DmBleTrackAdvertiser() [all …]
|
D | bta_dm_int.h | 557 tBTA_DM_BLE_REF_VALUE ref_value; member 568 tBTA_DM_BLE_REF_VALUE ref_value; member 574 tBTA_DM_BLE_REF_VALUE ref_value; member 581 tBTA_DM_BLE_REF_VALUE ref_value; member 587 tBTA_DM_BLE_REF_VALUE ref_value; member 635 tBTA_DM_BLE_REF_VALUE ref_value; member 643 tBTA_DM_BLE_REF_VALUE ref_value; member 654 tBTA_DM_BLE_REF_VALUE ref_value; member
|
D | bta_dm_act.c | 5057 p_data->ble_set_storage.ref_value); in bta_dm_ble_setup_storage() 5061 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() 5088 p_data->ble_enable_scan.ref_value); in bta_dm_ble_enable_batch_scan() 5092 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() 5115 btm_status = BTM_BleDisableBatchScan(p_data->ble_disable_scan.ref_value); in bta_dm_ble_disable_batch_scan() 5119 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() 5142 p_data->ble_read_reports.ref_value); in bta_dm_ble_read_scan_reports() 5146 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() 5173 p_data->ble_track_advert.ref_value); in bta_dm_ble_track_advertiser() 5180 track_adv_data.client_if = (UINT8)p_data->ble_track_advert.ref_value; in bta_dm_ble_track_advertiser() [all …]
|
/system/bt/bta/include/ |
D | bta_api.h | 973 tBTA_DM_BLE_REF_VALUE ref_value); 976 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status); 980 tBTA_DM_BLE_REF_VALUE ref_value); 1138 typedef void (tBTA_BLE_SCAN_THRESHOLD_CBACK)(tBTA_DM_BLE_REF_VALUE ref_value); 1140 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, 1145 tBTA_DM_BLE_REF_VALUE ref_value, 1150 tBTA_DM_BLE_REF_VALUE ref_value); 2213 tBTA_DM_BLE_REF_VALUE ref_value); 2235 tBTA_DM_BLE_REF_VALUE ref_value); 2250 tBTA_DM_BLE_REF_VALUE ref_value); [all …]
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 920 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bta_batch_scan_setup_cb() argument 926 btif_scan_track_cb.client_if = ref_value; in bta_batch_scan_setup_cb() 928 status, ref_value, evt); in bta_batch_scan_setup_cb() 971 static void bta_batch_scan_threshold_cb(tBTA_DM_BLE_REF_VALUE ref_value) in bta_batch_scan_threshold_cb() argument 975 btif_scan_track_cb.client_if = ref_value; in bta_batch_scan_threshold_cb() 977 BTIF_TRACE_DEBUG("%s - client_if:%d",__FUNCTION__, ref_value); in bta_batch_scan_threshold_cb() 983 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, in bta_batch_scan_reports_cb() argument 989 BTIF_TRACE_DEBUG("%s - client_if:%d, %d, %d, %d",__FUNCTION__, ref_value, status, num_records, in bta_batch_scan_reports_cb() 994 btif_scan_track_cb.client_if = ref_value; in bta_batch_scan_reports_cb() 1089 tBTA_DM_BLE_REF_VALUE ref_value) in bta_scan_filt_cfg_cb() argument [all …]
|
D | btif_dm.c | 208 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status); 2190 tBTA_DM_BLE_REF_VALUE ref_value, tBTA_STATUS status) in bte_scan_filt_param_cfg_evt() argument
|