There was an error while loading. Please reload this page.
1 parent c2e0011 commit f5ad626Copy full SHA for f5ad626
1 file changed
src/devices/ftmsbike/ftmsbike.cpp
@@ -1526,7 +1526,8 @@ void ftmsbike::stateChanged(QLowEnergyService::ServiceState state) {
1526
}
1527
1528
QBluetoothUuid _specificCharacteristic((quint16)0x2AD2); // FTMS Bike Data
1529
- if (USDC_D700 && c.uuid() != _specificCharacteristic) {
+ 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
0 commit comments