kmp-ble
Toggle table of contents
v0.3.7
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-dfu
/
com.atruedev.kmpble.dfu
/
DfuError
/
CharacteristicNotFound
Characteristic
Not
Found
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.
Members
Constructors
Characteristic
Not
Found
Link copied to clipboard
constructor
(
name
:
String
,
message
:
String
=
"DFU characteristic not found: "
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
name
Link copied to clipboard
val
name
:
String