Searched refs:stopScan (Results 1 – 6 of 6) sorted by relevance
139 mScanner.stopScan(filterLeScanCallback); in testScanFilter()215 mScanner.stopScan(regularScanCallback); in testOpportunisticScan()251 mScanner.stopScan(batchScanCallback); in testBatchScan()320 mScanner.stopScan(regularLeScanCallback); in scan()
117 mScanner.stopScan(mCallback); in onStartCommand()127 mScanner.stopScan(mCallback); in onStartCommand()146 mScanner.stopScan(mCallback); in onDestroy()
150 stopScan(); in onDestroy()391 stopScan();412 private void stopScan() { in stopScan() method in BleConnectionPriorityClientService417 mScanner.stopScan(mScanCallback); in stopScan()
160 stopScan(); in onDestroy()550 stopScan();568 stopScan(); in startScan()576 private void stopScan() { in stopScan() method in BleEncryptedClientService579 mScanner.stopScan(mScanCallback); in stopScan()
480 stopScan(); in onDestroy()1225 stopScan();1255 private void stopScan() { in stopScan() method in BleClientService1258 mScanner.stopScan(mScanCallback); in stopScan()
159 bleScanner.stopScan(scanCallback); in performBleScan()