Representing a Gatt Characteristic object from the GATT client perspective.
Representing a Gatt Characteristic Descriptor object from the GATT client perspective.
byte[] readValue()
Reads the value of this descriptor.
BTGattChar getCharacteristic()
Returns the characteristic to which this descriptor belongs to.
boolean writeValue(byte[] argValue)
Writes the value of this descriptor.
byte[] getValue()
Returns the cached value of this descriptor, if any.
String getUUID()
Get the UUID of this descriptor.