Package-level declarations

Types

Link copied to clipboard
data class BleCharacteristic(val uuid: String, val properties: Int, val permissions: Int)

Represents a Bluetooth Low Energy (BLE) GATT characteristic.

Link copied to clipboard
data class BleService(val uuid: String, val characteristics: List<BleCharacteristic>)

Represents a Bluetooth Low Energy (BLE) GATT service.

Link copied to clipboard

Represents the bonding (pairing) state of a Bluetooth device.

Link copied to clipboard
sealed class ConnectionState

Represents the various states of a Bluetooth Low Energy (BLE) connection.