DescriptorRead

data class DescriptorRead(val device: BluetoothDevice, val descriptorUuid: UUID) : BleClientOperation

Read the value of a descriptor represented by descriptorUuid

Constructors

Link copied to clipboard
fun DescriptorRead(device: BluetoothDevice, descriptorUuid: UUID)

Properties

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