writeWithoutResponse property

bool writeWithoutResponse

Check to see if write without response is available in this characteristic.

If this is true then you can use BluetoothCharacteristic.writeValueWithoutResponse. Otherwise only BluetoothCharacteristic.writeValueWithResponse is available.

See: BluetoothCharacteristic.writeValueWithoutResponse, BluetoothCharacteristic.writeValueWithResponse, write.

Implementation

bool get writeWithoutResponse => _properties.writeWithoutResponse;