characteristicReadRequested property

Stream<GATTCharacteristicReadRequestedEventArgs> get characteristicReadRequested

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

Implementation

Stream<GATTCharacteristicReadRequestedEventArgs>
    get characteristicReadRequested;