BLE: write confirmation isn't HW only

Happens on the Suunto EON Steel as well.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-04 09:29:31 -07:00
parent 2693735bb7
commit 8a1f5b9566

View file

@ -78,7 +78,7 @@ void BLEObject::characteristicWritten(const QLowEnergyCharacteristic &c, const Q
isCharacteristicWritten = true; isCharacteristicWritten = true;
} }
} else { } else {
qDebug() << "BLEObject::characteristicWritten not supposed to fire. Now HW only function"; qDebug() << "BLEObject::characteristicWritten";
} }
} }