Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
client-core-android
/
no.nordicsemi.kotlin.ble.client.android
/
ConnectionParametersChanged
Connection
Parameters
Changed
data
class
ConnectionParametersChanged
(
val
newParameters
:
ConnectionParameters
)
:
AndroidGattEvent
Event indicating that the connection parameters have changed.
Parameters
new
Parameters
The new connection parameters.
Members
Constructors
Connection
Parameters
Changed
Link copied to clipboard
constructor
(
newParameters
:
ConnectionParameters
)
Properties
is
Disconnection
Event
Link copied to clipboard
val
isDisconnectionEvent
:
Boolean
is
Service
Invalidated
Event
Link copied to clipboard
val
isServiceInvalidatedEvent
:
Boolean
new
Parameters
Link copied to clipboard
val
newParameters
:
ConnectionParameters