kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh
/
OobAuthenticationFailed
Oob
Authentication
Failed
data
class
OobAuthenticationFailed
(
val
method
:
String
,
val
recoveryHint
:
String
=
"Verify the OOB key matches the device, or try a different OOB method."
)
:
ProvisioningError
Members
Constructors
Oob
Authentication
Failed
Link copied to clipboard
constructor
(
method
:
String
,
recoveryHint
:
String
=
"Verify the OOB key matches the device, or try a different OOB method."
)
Properties
method
Link copied to clipboard
val
method
:
String
The OOB method that failed.
recovery
Hint
Link copied to clipboard
val
recoveryHint
:
String