summaryrefslogtreecommitdiff
path: root/src/bluetooth/qlowenergydescriptorinfo.cpp
diff options
context:
space:
mode:
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;