toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
server
/
no.nordicsemi.android.kotlin.ble.server.main
/
ServerConnectionEvent
Server
Connection
Event
sealed
interface
ServerConnectionEvent
Inheritors
DeviceConnected
DeviceDisconnected
Members
Types
Device
Connected
Link copied to clipboard
data
class
DeviceConnected
(
val
connection
:
ServerBluetoothGattConnection
)
:
ServerConnectionEvent
Device
Disconnected
Link copied to clipboard
data
class
DeviceDisconnected
(
val
device
:
ClientDevice
)
:
ServerConnectionEvent