RxFitbitGatt / com.fitbit.bluetooth.fbgatt.rx.client / BitGattPeer / readDescriptor

readDescriptor

fun readDescriptor(descriptor: BluetoothGattDescriptor): Single<BluetoothGattDescriptor>

Reads the descriptor of a characteristic This assumes we are connected to the peer.

Parameters

descriptor - The BluetoothGattDescriptor from which the value will be read

Return
A Single containing the BluetoothGattDescriptor and its value