public interface NBleScanner
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NBleScanner.BleScanListener |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isScanning()
is scanning
|
boolean |
start(NBleScanner.BleScanListener callback)
start to scan
|
void |
stop()
stop the scan
|
boolean start(NBleScanner.BleScanListener callback)
void stop()
boolean isScanning()