Home
last modified time | relevance | path

Searched refs:OnBatchScanReports (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.cc92 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports() function in bluetooth::hci::facade::LeScanningManagerFacadeService
/system/bt/gd/hci/
Dle_scanning_manager.h69 virtual void OnBatchScanReports(
Dle_scanning_manager.cc156 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports() function in bluetooth::hci::NullScanningCallback
971 scanning_callbacks_->OnBatchScanReports(scanner_id, status, 0, 0, {}); in batch_scan_read_results()
978 scanning_callbacks_->OnBatchScanReports(scanner_id, status, 0, 0, {}); in batch_scan_read_results()
1141 scanning_callbacks_->OnBatchScanReports( in on_batch_scan_read_result_complete()
Dle_scanning_manager_test.cc324 OnBatchScanReports,
494 EXPECT_CALL(mock_callbacks_, OnBatchScanReports); in TEST_F()
/system/bt/include/hardware/
Dble_scanner.h89 virtual void OnBatchScanReports(int client_if, int status, int report_format,
/system/bt/main/shim/
Dbtm.h226 void OnBatchScanReports(int client_if, int status, int report_format,
Dle_scanning_manager.cc305 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in BleScannerInterfaceImpl
309 base::BindOnce(&ScanningCallbacks::OnBatchScanReports, in OnBatchScanReports()
Dbtm.cc135 void Btm::ScanningCallbacks::OnBatchScanReports(int client_if, int status, in OnBatchScanReports() function in bluetooth::shim::Btm::ScanningCallbacks