Skip to content

Commit f5ad626

Browse files
authored
2ad9 as well
1 parent c2e0011 commit f5ad626

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/devices/ftmsbike/ftmsbike.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,8 @@ void ftmsbike::stateChanged(QLowEnergyService::ServiceState state) {
15261526
}
15271527

15281528
QBluetoothUuid _specificCharacteristic((quint16)0x2AD2); // FTMS Bike Data
1529-
if (USDC_D700 && c.uuid() != _specificCharacteristic) {
1529+
QBluetoothUuid _specificCharacteristic2((quint16)0x2AD9);
1530+
if (USDC_D700 && c.uuid() != _specificCharacteristic && c.uuid() != _specificCharacteristic2) {
15301531
qDebug() << QStringLiteral("USDC_D700: skipping non-0x2AD2 characteristic") << c.uuid();
15311532
continue;
15321533
}

0 commit comments

Comments
 (0)