Home | History | Annotate | Download | only in btm

Lines Matching refs:report_format

165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
170 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i])
174 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
196 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data,
204 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
209 index, report_format, num_records, data_len);
246 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
253 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
259 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format);
275 index, report_format, *p_num_records, *p_data_len);
363 UINT8 report_format = 0, num_records = 0, cb_evt = 0;
446 STREAM_TO_UINT8(report_format,p);
454 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
457 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format, num_records,
464 btm_ble_batchscan_enq_rep_data(report_format, num_records, p, len-4);
466 btm_status = btm_ble_read_batchscan_reports(report_format, ref_value);
469 btm_ble_batchscan_deq_rep_data(report_format, &ref_value, &num_records,
473 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format,