ConnectionEvent

sealed class ConnectionEvent

Events detected by the a Bluetooth Connection observer

Inheritors

Types

Link copied to clipboard
data class DeviceConnected(val identifier: Identifier) : Scanner.ConnectionEvent

A ConnectionEvent indicating a com.splendo.kaluga.bluetooth.device.Device has changed to a connected state.

Link copied to clipboard

A ConnectionEvent indicating a com.splendo.kaluga.bluetooth.device.Device has changed to a disconnected state.