Home
last modified time | relevance | path

Searched defs:onBatchScanResults (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/le/
DScanCallback.java65 public void onBatchScanResults(List<ScanResult> results) {} in onBatchScanResults() method in ScanCallback
85 public void onBatchScanResults(List<android.bluetooth.le.ScanResult> results) { in onBatchScanResults() method in ScanCallback.InternalScanCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/le/
DIScannerCallback.aidl28 void onBatchScanResults(in List<ScanResult> batchResults); in onBatchScanResults() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanCallback.java94 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults() method in ScanCallback
DBluetoothLeScanner.java564 public void onBatchScanResults(final List<ScanResult> results) { in onBatchScanResults() method in BluetoothLeScanner.BleScanCallbackWrapper
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBleScanner.java56 void onBatchScanResults(String address, List<ScanResult> results); in onBatchScanResults() method