Home
last modified time | relevance | path

Searched refs:BatchscanReadReports (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dble_scanner.h160 virtual void BatchscanReadReports(int client_if, int scan_mode) = 0;
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc326 void BatchscanReadReports(int client_if, int scan_mode) override { in BatchscanReadReports() function in __anon858df5630110::BleScannerInterfaceImpl
/aosp12/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc69 MOCK_METHOD2(BatchscanReadReports, void(int client_if, int scan_mode));
/aosp12/system/bt/main/shim/
H A Dle_scanning_manager.cc204 void BatchscanReadReports(int client_if, int scan_mode) { in BatchscanReadReports() function in BleScannerInterfaceImpl
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1684 sGattIf->scanner->BatchscanReadReports(client_if, scan_type); in gattClientReadScanReportsNative()