Home | History | Annotate | Download | only in btm

Lines Matching refs:ref_value

72         ble_batchscan_cb.p_thres_cback(ble_batchscan_cb.ref_value);
86 ble_advtrack_cb.ref_value);
102 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
106 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
107 BTM_TRACE_DEBUG("btm_ble_batchscan_enq_op_q: subcode:%d, Cur_state:%d, ref_value:%d",
110 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
135 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx] = ref_value;
140 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
224 *p_ref_value = ble_batchscan_cb.main_rep_q.ref_value[index];
231 ble_batchscan_cb.main_rep_q.ref_value[index] = 0;
257 *p_ref = ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.pending_idx];
270 ** ref_value - Reference value
276 tBTM_BLE_REF_VALUE ref_value)
299 BTM_BLE_BATCH_SCAN_READ_REPTS_EVT, ref_value);
320 tBTM_BLE_REF_VALUE ref_value = 0;
333 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
340 btm_ble_batchscan_deq_op_q(&opcode, &cur_state, &cb_evt, &ref_value);
342 BTM_TRACE_DEBUG("btm_ble_batchscan op_code = %02x state = %02x cb_evt = %02x,ref_value=%d",
343 opcode, cur_state, cb_evt, ref_value);
368 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
377 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
399 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status);
415 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
418 ref_value,report_format, num_records,
427 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value);
430 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
434 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format,
597 ** ref_value - Reference value
607 tBTM_BLE_REF_VALUE ref_value)
613 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max,
630 ble_batchscan_cb.ref_value = ref_value;
650 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value);
659 BTM_BLE_BATCH_SCAN_CFG_STRG_EVT, ref_value);
675 ** ref_value - Reference value
682 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value)
687 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value);
720 BTM_BLE_SCAN_ENABLE_CALLED, 0, ref_value);
736 BTM_BLE_BATCH_SCAN_ENABLE_EVT, ref_value);
752 ** Parameters: ref_value - Reference value
757 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value)
780 ref_value);
793 ** ref_value - Reference value
799 tBTM_BLE_REF_VALUE ref_value)
807 BTM_TRACE_EVENT (" BTM_BleReadScanReports; %d, %d", scan_mode, ref_value);
829 status = btm_ble_batchscan_enq_rep_q(scan_mode, ref_value);
832 status = btm_ble_read_batchscan_reports(scan_mode, ref_value);
835 btm_ble_batchscan_deq_rep_data(scan_mode, &ref_value,
857 ** ref_value - Reference value
863 tBTM_BLE_REF_VALUE ref_value)
879 ble_advtrack_cb.ref_value = ref_value;