Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
advertiser-core
/
no.nordicsemi.kotlin.ble.advertiser.exception
/
AdvertisingNotStartedException
Advertising
Not
Started
Exception
data
class
AdvertisingNotStartedException
(
val
reason
:
AdvertisingNotStartedException.Reason
)
:
IllegalStateException
Members
Constructors
Advertising
Not
Started
Exception
Link copied to clipboard
constructor
(
reason
:
AdvertisingNotStartedException.Reason
)
Types
Reason
Link copied to clipboard
enum
Reason
:
Enum
<
AdvertisingNotStartedException.Reason
>
An enum that represents the reason why the advertising failed to start.
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
reason
Link copied to clipboard
val
reason
:
AdvertisingNotStartedException.Reason