public interface BleScanner
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.util.List<BluetoothScanResult> |
getScanResults() |
void |
initAndCheckEligibility() |
void |
startScanning() |
void |
stopScanning() |
void initAndCheckEligibility()
throws ScannerException
ScannerExceptionvoid startScanning()
throws ScannerException
ScannerExceptionvoid stopScanning()
throws ScannerException
ScannerExceptionint getErrorCode()
java.util.List<BluetoothScanResult> getScanResults()