descriptor
The RemoteDescriptor for serviceUUID/characteristicUUID/descriptorUUID of this ConnectableDevice, suspending until available.
Return
the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID
Parameters
string service uuid representation
string characteristic uuid representation
string descriptor uuid representation
Throws
if serviceUUID, characteristicUUID, or descriptorUUID is not valid
if the descriptor cannot be found after discovery.
Provides access to RemoteDescriptor by service, characteristic and descriptor string uuids. The method will suspend if descriptor is not available.
Return
the RemoteDescriptor associated with serviceUUID, characteristicUUID, and descriptorUUID
Parameters
string service uuid representation
string characteristic uuid representation
string descriptor uuid representation
Throws
if serviceUUID, characteristicUUID, or descriptorUUID is not valid
if the descriptor cannot be found after discovery.