Searched defs:onBatchScanResults (Results 1 – 5 of 5) sorted by relevance
65 public void onBatchScanResults(List<ScanResult> results) {} in onBatchScanResults() method in ScanCallback85 public void onBatchScanResults(List<android.bluetooth.le.ScanResult> results) { in onBatchScanResults() method in ScanCallback.InternalScanCallback
28 void onBatchScanResults(in List<ScanResult> batchResults); in onBatchScanResults() method
94 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults() method in ScanCallback
564 public void onBatchScanResults(final List<ScanResult> results) { in onBatchScanResults() method in BluetoothLeScanner.BleScanCallbackWrapper
56 void onBatchScanResults(String address, List<ScanResult> results); in onBatchScanResults() method