public interface ScanStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMonitoringCycleStart()
Called when monitoring cycle starts.
|
void |
onMonitoringCycleStop()
Called when monitoring cycle ends.
|
void |
onScanError(ScanError scanError)
Callback invoked when scanning error occured.
|
void |
onScanStart()
Callback invoked when scanning is started.
|
void |
onScanStop()
Callback invoked when scanning is stopped.
|
void onScanStart()
void onScanStop()
void onScanError(ScanError scanError)
scanError - ScanErrorvoid onMonitoringCycleStart()
ScanPeriod set is different than ScanPeriod.RANGING;void onMonitoringCycleStop()
ScanPeriod set is different than ScanPeriod.RANGING;