descriptor property

BluetoothDescriptor get descriptor

the relevant descriptor

Implementation

BluetoothDescriptor get descriptor => BluetoothDescriptor(
    remoteId: _response.remoteId,
    primaryServiceUuid: _response.primaryServiceUuid,
    serviceUuid: _response.serviceUuid,
    characteristicUuid: _response.characteristicUuid,
    instanceId: _response.instanceId,
    descriptorUuid: _response.descriptorUuid);