HomeSort by relevance Sort by last modified time
    Searched defs:report_format (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
130 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i])
134 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
140 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value);
156 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data,
164 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
169 index, report_format, num_records, data_len);
206 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
213 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index])
219 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format);
324 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local
804 UINT8 *p_data = NULL, report_format = 0, num_records = 0; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 128 uint8_t report_format; member in struct:__anon5685
745 , p_data->client_if, p_data->status, p_data->read_reports.report_format
929 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,
941 btif_scan_track_cb.read_reports.report_format = report_format;
    [all...]

Completed in 42 milliseconds