descriptor property
BluetoothDescriptor
get
descriptor
the relevant descriptor
Implementation
BluetoothDescriptor get descriptor => BluetoothDescriptor(
remoteId: _response.remoteId,
serviceUuid: _response.serviceUuid,
characteristicUuid: _response.characteristicUuid,
descriptorUuid: _response.descriptorUuid);