Searched refs:OnBatchScanReports (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 92 …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/ |
D | le_scanning_manager.h | 69 virtual void OnBatchScanReports(
|
D | le_scanning_manager.cc | 156 …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()
|
D | le_scanning_manager_test.cc | 324 OnBatchScanReports, 494 EXPECT_CALL(mock_callbacks_, OnBatchScanReports); in TEST_F()
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 89 virtual void OnBatchScanReports(int client_if, int status, int report_format,
|
/system/bt/main/shim/ |
D | btm.h | 226 void OnBatchScanReports(int client_if, int status, int report_format,
|
D | le_scanning_manager.cc | 305 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() function in BleScannerInterfaceImpl 309 base::BindOnce(&ScanningCallbacks::OnBatchScanReports, in OnBatchScanReports()
|
D | btm.cc | 135 void Btm::ScanningCallbacks::OnBatchScanReports(int client_if, int status, in OnBatchScanReports() function in bluetooth::shim::Btm::ScanningCallbacks
|