DfuLogListener

interface DfuLogListener

Listener for log events. This listener should be used instead of creating the BroadcastReceiver on your own.

See also

Functions

Link copied to clipboard
abstract fun onLogEvent(deviceAddress: String, level: Int, message: String)
Method called when a log event was sent from the DFU service.