public class BleScannerLegacy extends java.lang.Object implements BleScanner
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.util.List<BluetoothScanResult> |
getScanResults() |
void |
initAndCheckEligibility() |
void |
startScanning() |
void |
stopScanning() |
public void initAndCheckEligibility()
throws ScannerException
initAndCheckEligibility in interface BleScannerScannerExceptionpublic void startScanning()
throws ScannerException
startScanning in interface BleScannerScannerExceptionpublic void stopScanning()
throws ScannerException
stopScanning in interface BleScannerScannerExceptionpublic int getErrorCode()
getErrorCode in interface BleScannerpublic java.util.List<BluetoothScanResult> getScanResults()
getScanResults in interface BleScanner