ServiceNotFound

data class ServiceNotFound(val message: String = "DFU service not found on peripheral") : Exception, DfuError

The peripheral does not expose the required DFU GATT service.

Constructors

Link copied to clipboard
constructor(message: String = "DFU service not found on peripheral")

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
open override val message: String