kable
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kable
kable-core
/
com.juul.kable
/
GattStatusException
Gatt
Status
Exception
class
GattStatusException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
,
val
status
:
Int
)
:
IOException
Represents an Android GATT status failure.
Members
Constructors
Gatt
Status
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
,
status
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
Int