From 4a6d4e8682384887d1b30b9c3107f47c57d7ee3f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 16 Oct 2014 16:28:27 +0200 Subject: Add QBluetoothDeviceInfo::UnknownCoreConfiguration enum value The value is needed for platforms which do not provide this type information. An example are Android versions below 18. The enum was added in Qt 5.4. Therefore we need to add the missing \since tag too. Change-Id: I23582e7500d8da6740b281ba9821d028c4f33e05 Reviewed-by: Timur Pocheptsov Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothdeviceinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bluetooth/qbluetoothdeviceinfo.h') diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h index d97e54de..ea8b7627 100644 --- a/src/bluetooth/qbluetoothdeviceinfo.h +++ b/src/bluetooth/qbluetoothdeviceinfo.h @@ -189,6 +189,7 @@ public: }; enum CoreConfiguration { + UnknownCoreConfiguration = 0x0, LowEnergyCoreConfiguration = 0x01, BaseRateCoreConfiguration = 0x02, BaseRateAndLowEnergyCoreConfiguration = 0x03 -- cgit v1.2.3