CharacteristicRead

data class CharacteristicRead(val device: BluetoothDevice, val characteristicUuid: UUID) : BleClientOperation

Read the value of a characteristic represented by characteristicUuid

Constructors

Link copied to clipboard
constructor(device: BluetoothDevice, characteristicUuid: UUID)

Properties

Link copied to clipboard
Link copied to clipboard
open override val device: BluetoothDevice