Searched refs:report_format (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) argument
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, argument
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, argument
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/
H A Dbtif_gatt_client.c128 uint8_t report_format; member in struct:__anon1065
746 , p_data->client_if, p_data->status, p_data->read_reports.report_format
930 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, argument
942 btif_scan_track_cb.read_reports.report_format = report_format;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h476 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1143 typedef void (tBTA_BLE_SCAN_REP_CBACK) (tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format,

Completed in 455 milliseconds