fun readDescriptor(descriptor: BluetoothGattDescriptor): Single<BluetoothGattDescriptor>
Reads the descriptor of a characteristic This assumes we are connected to the peer.
descriptor
- The BluetoothGattDescriptor from which the value will be read
Return
A Single containing the BluetoothGattDescriptor and its value