public interface DiscoveryContract
| Modifier and Type | Method and Description | 
|---|---|
| void | onEvent(BluetoothDeviceEvent event)Notifies about specific event occurence. | 
| void | onMonitorCycleStart()Notifies that the scan has started. | 
| void | onMonitorCycleStop()Notifires that the scan has stopped. | 
| void | onScanError(ScanError exception)Notifies about scan failure. | 
void onMonitorCycleStart()
void onMonitorCycleStop()
void onEvent(BluetoothDeviceEvent event)
event - the eventvoid onScanError(ScanError exception)
exception - the exception.