Descriptor Write
data class DescriptorWrite(val device: BluetoothDevice, val descriptorUuid: UUID, val payload: ByteArray) : BleClientOperation
Write payload as the value of a descriptor represented by descriptorUuid
Write payload as the value of a descriptor represented by descriptorUuid