descriptorOrNullFlow
The Flow of the RemoteDescriptor for serviceUUID/characteristicUUID/descriptorUUID of this ConnectableDevice, or null if not available.
Return
the Flow of the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID or null if the descriptor is not available.
Parameters
string service uuid representation
string characteristic uuid representation
string descriptor uuid representation
Throws
if serviceUUID, characteristicUUID, or descriptorUUID is not valid
Provides access to RemoteDescriptor's flow by service, characteristic, and descriptor string uuids. Emits null if the descriptor cannot be found.
Return
the Flow of the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID or null if the descriptor is not available.
Parameters
string service uuid representation
string characteristic uuid representation
string descriptor uuid representation
Throws
if serviceUUID, characteristicUUID, or descriptorUUID is not valid