BleConnectionState

sealed interface BleConnectionState(source)

Represents the state of a BLE connection.

Inheritors

Types

Link copied to clipboard

The peripheral is connected.

Link copied to clipboard

The peripheral is connecting.

Link copied to clipboard
data class Disconnected(val reason: DisconnectReason = DisconnectReason.Unknown) : BleConnectionState

The peripheral is disconnected.

Link copied to clipboard

The peripheral is disconnecting.