descriptorFlow
The Flow of the RemoteDescriptor for serviceUUID/characteristicUUID/descriptorUUID of this ConnectableDevice. Only emits after services have been discovered.
Return
the Flow of the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID. Flow throws NoSuchElementException if the descriptor cannot be found after discovery.
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. Only emits after services have been discovered.
Return
the Flow of the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID. Flow throws NoSuchElementException if the descriptor cannot be found after discovery.
Parameters
string service uuid representation
string characteristic uuid representation
string descriptor uuid representation
Throws
if serviceUUID, characteristicUUID, or descriptorUUID is not valid