public abstract class BleScanResultCallback
extends java.lang.Object
| Constructor and Description |
|---|
BleScanResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBleScanFailed(int errorcode) |
void |
onBleScanResult(android.bluetooth.le.ScanResult result)
This method is called when a nearby BLE device is found during scanning.
|