Home
last modified time | relevance | path

Searched refs:report_format (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_batchscan.cc277 uint8_t report_format, num_records; in read_reports_cb() local
278 STREAM_TO_UINT8(report_format, p); in read_reports_cb()
285 cb.Run(BTM_SUCCESS, report_format, num_records_all, data_all); in read_reports_cb()
295 report_format, base::Bind(&read_reports_cb, std::move(data_all), in read_reports_cb()
/aosp12/system/bt/include/hardware/
H A Dble_scanner.h30 int report_format, int num_records,
89 virtual void OnBatchScanReports(int client_if, int status, int report_format,
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc100 uint8_t report_format, uint8_t num_records, in bta_batch_scan_reports_cb() argument
102 SCAN_CBACK_IN_JNI(batchscan_reports_cb, client_id, status, report_format, in bta_batch_scan_reports_cb()
/aosp12/system/bt/gd/hci/facade/
H A Dle_scanning_manager_facade.cc92 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports() argument
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.h70 int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data) = 0;
H A Dle_scanning_manager.cc156 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports() argument
1139 auto report_format = complete_view.GetBatchScanDataRead(); in on_batch_scan_read_result_complete() local
1142 … scanner_id, 0x00, (int)report_format, total_num_of_records, batch_scan_result_cache_[scanner_id]); in on_batch_scan_read_result_complete()
1149 …tch_scan_read_results(scanner_id, total_num_of_records, static_cast<BatchScanMode>(report_format)); in on_batch_scan_read_result_complete()
H A Dle_scanning_manager_test.cc325 (int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data),
/aosp12/system/bt/main/shim/
H A Dbtm.h226 void OnBatchScanReports(int client_if, int status, int report_format,
H A Dle_scanning_manager.cc305 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() argument
311 report_format, num_records, data)); in OnBatchScanReports()
H A Dbtm.cc139 int report_format, in OnBatchScanReports() argument
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp376 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format, in btgattc_batchscan_reports_cb() argument
386 client_if, report_format, num_records, jb.get()); in btgattc_batchscan_reports_cb()
945 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() argument
955 status, client_if, report_format, num_records, in OnBatchScanReports()