There was an error while loading. Please reload this page.
1 parent 1f62e14 commit 760fedaCopy full SHA for 760feda
1 file changed
src/devices/wahookickruntreadmill/wahookickruntreadmill.cpp
@@ -294,6 +294,8 @@ void wahookickruntreadmill::stateChanged(QLowEnergyService::ServiceState state)
294
QString::number(c.handle(), 16));
295
}
296
297
+ bool hasNotify = c.properties() & QLowEnergyCharacteristic::Notify;
298
+
299
// Subscribe to all notify/indicate characteristics
300
if (hasNotify) {
301
QByteArray descriptor;
0 commit comments