ClientBleGattDescriptor
class ClientBleGattDescriptor
A helper class which provides operations which can happen on a GATT descriptor. It main responsibility is to provide write/read features in a synchronous manner, because simultaneous calls will be ignored by Android API. It has DataByteArray value assigned which can change during communication.
Functions
Link copied to clipboard
Reads value from a descriptor and suspends for the result.
Link copied to clipboard
Writes value to a descriptor.