summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index b6b29ca9..a9aad493 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -197,9 +197,9 @@ public:
};
enum CoreConfiguration {
- BaseRateCoreConfiguration = 0x01,
- BaseRateAndLowEnergyCoreConfiguration = 0x02,
- LowEnergyCoreConfiguration = 0x03
+ LowEnergyCoreConfiguration = 0x01,
+ BaseRateCoreConfiguration = 0x02,
+ BaseRateAndLowEnergyCoreConfiguration = 0x03
};
Q_DECLARE_FLAGS(CoreConfigurations, CoreConfiguration)