There was an error while loading. Please reload this page.
1 parent f5ad626 commit 3180fccCopy full SHA for 3180fcc
1 file changed
src/devices/ftmsbike/ftmsbike.cpp
@@ -1525,13 +1525,6 @@ void ftmsbike::stateChanged(QLowEnergyService::ServiceState state) {
1525
qDebug() << QStringLiteral("descriptor uuid") << d.uuid() << QStringLiteral("handle") << d.handle();
1526
}
1527
1528
- QBluetoothUuid _specificCharacteristic((quint16)0x2AD2); // FTMS Bike Data
1529
- QBluetoothUuid _specificCharacteristic2((quint16)0x2AD9);
1530
- if (USDC_D700 && c.uuid() != _specificCharacteristic && c.uuid() != _specificCharacteristic2) {
1531
- qDebug() << QStringLiteral("USDC_D700: skipping non-0x2AD2 characteristic") << c.uuid();
1532
- continue;
1533
- }
1534
-
1535
if ((c.properties() & QLowEnergyCharacteristic::Notify) == QLowEnergyCharacteristic::Notify) {
1536
QByteArray descriptor;
1537
descriptor.append((char)0x01);
0 commit comments