CharacteristicNotFound

data class CharacteristicNotFound(val name: String, val message: String = "DFU characteristic not found: ") : Exception, DfuError

A required DFU GATT characteristic is missing from the service.

Constructors

Link copied to clipboard
constructor(name: String, message: String = "DFU characteristic not found: ")

Properties

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