descriptorReadRequested property

Stream<GATTDescriptorReadRequestedEventArgs> get descriptorReadRequested

Tells that the local peripheral device received an Attribute Protocol (ATT) read request for a descriptor with a dynamic value.

This event is available on Android and Windows, throws UnsupportedError on other platforms.

Implementation

Stream<GATTDescriptorReadRequestedEventArgs> get descriptorReadRequested;