Kotlin BLE Library
Toggle table of contents
2.0.0-alpha15
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kotlin BLE Library
client-core
/
no.nordicsemi.kotlin.ble.client.exception
/
ScanningException
Scanning
Exception
open
class
ScanningException
:
BluetoothException
Base class for scanning exceptions.
Members
Constructors
Scanning
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?