public class BleScannerImpl 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()
stopScanning in interface BleScannerpublic int getErrorCode()
getErrorCode in interface BleScannerpublic java.util.List<BluetoothScanResult> getScanResults()
getScanResults in interface BleScanner