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.
The peripheral does not expose the required DFU GATT service.