QLowEnergyDescriptorData Class
The QLowEnergyDescriptorData class is used to create GATT service data. More...
| Header: | #include <QLowEnergyDescriptorData> |
| qmake: | QT += bluetooth |
| Since: | Qt 5.7 |
This class was introduced in Qt 5.7.
Detailed Description
An object of this class provides a descriptor to be added to a QLowEnergyCharacteristicData object via QLowEnergyCharacteristicData::addDescriptor().
Note: The member functions related to access permissions are only applicable to those types of descriptors for which the Bluetooth specification does not prescribe if and how their values can be accessed.
See also QLowEnergyCharacteristicData, QLowEnergyServiceData, and QLowEnergyController::addService.