CharacteristicEntity

data class CharacteristicEntity(val name: String, val prettyName: String, val serviceUuid: UUID, val characteristicUuid: UUID) : BasicEntity

Constructors

Link copied to clipboard
constructor(name: String, prettyName: String, serviceUuid: UUID, characteristicUuid: UUID)

Properties

Link copied to clipboard

UUID of BluetoothGattCharacteristic corresponding to this characteristic

Link copied to clipboard
var id: Long?

Autogenerated id, null by default

Link copied to clipboard

characteristic name

Link copied to clipboard

human-readable characteristic name

Link copied to clipboard

UUID of BluetoothGattService corresponding to this characteristic