interface BaseServerConnectionEventListener : ServerConnectionEventListener
Base ServerConnectionEventListener that provides no operations when one of the callback is called |
|
sealed class ConnectionEvent |
|
object GattServerConnectionChangeListener : BaseServerConnectionEventListener
GATT server listener that listens to connection changes with a remote device. Connection changes are available per remote device |
|
object GattServerConnectionChangeListenerForPeripheralMode : BaseServerConnectionEventListener |
|
object GattServerMtuChangeListener : BaseServerConnectionEventListener
GATT server listener that listens to MTU size changes with a remote device. |