Reads the current value of the characteristic.
Future<Uint8List> read({ Duration? timeout, }) => UniversalBle.read( _deviceId, _serviceId, uuid, timeout: timeout, );