summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergydescriptorinfo.cpp
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-01-14 17:45:29 +0100
committerNedim Hadzic <nhadzic@blackberry.com>2014-02-13 09:38:17 +0100
commit9bcb79f0c741f7805dad17c467a5c2041227a18a (patch)
treee2d302659297c0683621c376a73b522baee07a59 /src/bluetooth/qlowenergydescriptorinfo.cpp
parent90d6c3a64ab39525ab89f7141ea502c8c238a533 (diff)
Added class description.
BLE info classes did not have basic description, which is added now. Change-Id: I5cc679ebe3ad0ae74c558cf0f782a9bf20ed8f21 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergydescriptorinfo.cpp')
-rw-r--r--src/bluetooth/qlowenergydescriptorinfo.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergydescriptorinfo.cpp b/src/bluetooth/qlowenergydescriptorinfo.cpp
index 92d376a2..9e5e0ba3 100644
--- a/src/bluetooth/qlowenergydescriptorinfo.cpp
+++ b/src/bluetooth/qlowenergydescriptorinfo.cpp
@@ -44,6 +44,18 @@
QT_BEGIN_NAMESPACE
+/*!
+ \class QLowEnergyDescriptorInfo
+ \inmodule QtBluetooth
+ \brief The QLowEnergyDescriptorInfo class stores information about the Bluetooth
+ Low Energy descriptor.
+
+ QLowEnergyDescriptorInfo provides information about a Bluetooth Low Energy
+ descriptor's name, UUID, value and handle. Descriptors are contained in the
+ Bluetooth Low Energy characteristic and they provide additional information
+ about the characteristic (data format, notification activation, etc).
+*/
+
QString parseDescriptorUuid(const QBluetoothUuid &uuid)
{
static QHash<int, QString> uuidnames;