Home | History | Annotate | Download | only in btm

Lines Matching defs: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,
203 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
208 index, report_format, num_records, data_len);
247 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
254 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
260 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format);
276 index, report_format, *p_num_records, *p_data_len);
364 UINT8 report_format = 0, num_records = 0, cb_evt = 0;
447 STREAM_TO_UINT8(report_format,p);
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,
465 btm_ble_batchscan_enq_rep_data(report_format, num_records, p, len-4);
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,