From 004491a61de53d128aade26d497dcf7a557e09c4 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 24 Jun 2014 15:08:44 +0200 Subject: Introduce QLowEnergyDescriptor The class is based in QLowEnergyDescriptorInfo and exposes the found descriptor information. The only missing piece of information is the descriptor value. Extends the QLowEnergyController unit test in such a way that descriptor information is tested too (except for values). Change-Id: I6ba6a862fff48fbdd27cd8219d2eb8f6d0058aea Reviewed-by: Fabian Bumberger Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothuuid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index 66be1b18..274e98ab 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -261,6 +261,7 @@ public: }; enum DescriptorType { + UnknownDescriptorType = 0x0, CharacteristicExtendedProperties = 0x2900, CharacteristicUserDescription = 0x2901, ClientCharacteristicConfiguration = 0x2902, -- cgit v1.2.3