-
public final class DescriptorRead extends BleClientOperation
Read the value of a descriptor represented by descriptorUuid
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final UUIDdescriptorUuid
-
Constructor Summary
Constructors Constructor Description DescriptorRead(BluetoothDevice device, UUID descriptorUuid)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final UUIDgetDescriptorUuid()-
-
Constructor Detail
-
DescriptorRead
DescriptorRead(BluetoothDevice device, UUID descriptorUuid)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getDescriptorUuid
final UUID getDescriptorUuid()
-
-
-
-