Commit 798972b4 authored by Pierre TILAK's avatar Pierre TILAK

Fix bluetoothLink typo

parent 1c303eb5
......@@ -78,7 +78,7 @@ void BluetoothLink::_writeBytes(const QByteArray bytes)
{
if (_targetSocket) {
if(_targetSocket->write(bytes) > 0) {
emit bytesSent(this, data);
emit bytesSent(this, bytes);
_logOutputDataRate(bytes.size(), QDateTime::currentMSecsSinceEpoch());
} else {
qWarning() << "Bluetooth write error";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment