Searched refs:stopScan (Results 1 – 7 of 7) sorted by relevance
344 public void stopScan() { in stopScan() method in GattClientListener.MyBleScanner346 mBLEScanner.stopScan(mScanCallback); in stopScan()373 mBLEScanner.stopScan(mScanCallback); in onScanResult()
213 mBleScanner.stopScan(mScanCallback); in onReceive()
288 stopScan(client); in binderDied()406 service.stopScan(intent, callingPackage); in stopScanForIntent()409 public void stopScan(int scannerId) { in stopScan() method in GattService.BluetoothGattBinder412 service.stopScan(new ScanClient(scannerId)); in stopScan()800 mScanManager.stopScan(client); in onScanResult()812 stopScan(client); in sendResultByPendingIntent()1277 mScanManager.stopScan(client); in sendBatchScanResults()1673 void stopScan(ScanClient client) { in stopScan() method in GattService1683 mScanManager.stopScan(client); in stopScan()1686 void stopScan(PendingIntent intent, String callingPackage) { in stopScan() method in GattService[all …]
184 void stopScan(ScanClient client) { in stopScan() method in ScanManager
160 mChannelScanTask.stopScan(); in onPause()335 private void stopScan() { in stopScan() method in ScanFragment.ChannelScanTask344 stopScan(); in cancelScan()
141 mScanner.stopScan(mScanCallback); in start()282 mScanner.stopScan(mScanCallback);
98 bleScanner.stopScan(scanCallback); in doUnoptimizedBleScan()