Home | History | Annotate | Download | only in btm

Lines Matching refs:ref_value

73         ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value);
84 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value;
142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
146 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
147 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
150 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
175 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value;
180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
265 *p_ref_value = ble_batchscan_cb.main_rep_q.ref_value[index];
272 ble_batchscan_cb.main_rep_q.ref_value[index] = 0;
298 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx];
311 ** ref_value - Reference value
317 tBTM_BLE_REF_VALUE ref_value)
340 BTM_BLE_BATCH_SCAN_READ_REPTS_EVT, ref_value);
361 tBTM_BLE_REF_VALUE ref_value = 0;
373 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
380 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
382 BTM_TRACE_DEBUG("btm_ble_batchscan op_code = %02x state = %02x cb_evt = %02x,ref_value=%d",
383 opcode, cur_state, cb_evt, ref_value);
408 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
417 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
439 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
455 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
458 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format, num_records,
467 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value);
470 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
474 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format,
641 ** ref_value - Reference value
651 tBTM_BLE_REF_VALUE ref_value)
657 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max,
674 ble_batchscan_cb.ref_value = ref_value;
694 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value);
703 BTM_BLE_BATCH_SCAN_CFG_STRG_EVT, ref_value);
719 ** ref_value - Reference value
726 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value)
731 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value);
764 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value);
780 BTM_BLE_BATCH_SCAN_ENABLE_EVT, ref_value);
796 ** Parameters: ref_value - Reference value
801 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value)
824 ref_value);
837 ** ref_value - Reference value
843 tBTM_BLE_REF_VALUE ref_value)
851 BTM_TRACE_EVENT (" BTM_BleReadScanReports; %d, %d", scan_mode, ref_value);
873 status = btm_ble_batchscan_enq_rep_q(scan_mode, ref_value);
876 status = btm_ble_read_batchscan_reports(scan_mode, ref_value);
879 btm_ble_batchscan_deq_rep_data(scan_mode, &ref_value,
901 ** ref_value - Reference value
907 tBTM_BLE_REF_VALUE ref_value)
923 ble_advtrack_cb.ref_value = ref_value;