Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BLEDevice(val address: String, val name: String, val connected: Boolean, val lastSeenTimeStamp: Long = 0)
Link copied to clipboard
sealed interface BLEServiceEvent

Represents events emitted by the Bluetooth Low Energy (BLE) service.

Link copied to clipboard
sealed interface BLEServiceState

Represents the state of the Bluetooth Low Energy (BLE) service.