characteristic property

BluetoothCharacteristic characteristic

the relevant characteristic

Implementation

BluetoothCharacteristic get characteristic => BluetoothCharacteristic(
    remoteId: _response.remoteId,
    characteristicUuid: _response.characteristicUuid,
    serviceUuid: _response.serviceUuid,
    secondaryServiceUuid: _response.secondaryServiceUuid);