Lines Matching refs:ref_value

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()
297 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx]; in btm_ble_batchscan_deq_op_q()
316 tBTM_BLE_REF_VALUE ref_value) in btm_ble_read_batchscan_reports() argument
339 BTM_BLE_BATCH_SCAN_READ_REPTS_EVT, ref_value); in btm_ble_read_batchscan_reports()
360 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_batchscan_vsc_cmpl_cback() local
372 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
379 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
382 opcode, cur_state, cb_evt, ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
407 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status); in btm_ble_batchscan_vsc_cmpl_cback()
416 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status); in btm_ble_batchscan_vsc_cmpl_cback()
438 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status); in btm_ble_batchscan_vsc_cmpl_cback()
454 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records, in btm_ble_batchscan_vsc_cmpl_cback()
457 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format, num_records, in btm_ble_batchscan_vsc_cmpl_cback()
466 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value); in btm_ble_batchscan_vsc_cmpl_cback()
469 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records, in btm_ble_batchscan_vsc_cmpl_cback()
473 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format, in btm_ble_batchscan_vsc_cmpl_cback()
650 tBTM_BLE_REF_VALUE ref_value) in BTM_BleSetStorageConfig() argument
656 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
673 ble_batchscan_cb.ref_value = ref_value; in BTM_BleSetStorageConfig()
693 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value); in BTM_BleSetStorageConfig()
702 BTM_BLE_BATCH_SCAN_CFG_STRG_EVT, ref_value); in BTM_BleSetStorageConfig()
725 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableBatchScan() argument
730 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value); in BTM_BleEnableBatchScan()
763 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value); in BTM_BleEnableBatchScan()
779 BTM_BLE_BATCH_SCAN_ENABLE_EVT, ref_value); in BTM_BleEnableBatchScan()
800 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value) in BTM_BleDisableBatchScan() argument
823 ref_value); in BTM_BleDisableBatchScan()
842 tBTM_BLE_REF_VALUE ref_value) in BTM_BleReadScanReports() argument
850 BTM_TRACE_EVENT (" BTM_BleReadScanReports; %d, %d", scan_mode, ref_value); in BTM_BleReadScanReports()
872 status = btm_ble_batchscan_enq_rep_q(scan_mode, ref_value); in BTM_BleReadScanReports()
875 status = btm_ble_read_batchscan_reports(scan_mode, ref_value); in BTM_BleReadScanReports()
878 btm_ble_batchscan_deq_rep_data(scan_mode, &ref_value, in BTM_BleReadScanReports()
906 tBTM_BLE_REF_VALUE ref_value) in BTM_BleTrackAdvertiser() argument
922 ble_advtrack_cb.ref_value = ref_value; in BTM_BleTrackAdvertiser()