![]() |
Qt 6.x
The Qt SDK
|
#include <qlowenergyserviceprivate_p.h>
Public Attributes | |
QLowEnergyHandle | valueHandle |
QBluetoothUuid | uuid |
QLowEnergyCharacteristic::PropertyTypes | properties |
QByteArray | value |
QHash< QLowEnergyHandle, DescData > | descriptorList |
Definition at line 45 of file qlowenergyserviceprivate_p.h.
QHash<QLowEnergyHandle, DescData> QLowEnergyServicePrivate::CharData::descriptorList |
Definition at line 50 of file qlowenergyserviceprivate_p.h.
Referenced by QLowEnergyControllerPrivate::addServiceHelper(), QLowEnergyCharacteristic::descriptor(), QLowEnergyControllerPrivate::descriptorForHandle(), QLowEnergyControllerPrivateBluezDBus::discoverServiceDetails(), QWinRTLowEnergyServiceHandler::obtainCharList(), QLowEnergyControllerPrivateBluez::readDescriptor(), QLowEnergyControllerPrivateBluezDBus::readDescriptor(), and QLowEnergyControllerPrivate::updateValueOfDescriptor().
QLowEnergyCharacteristic::PropertyTypes QLowEnergyServicePrivate::CharData::properties |
Definition at line 48 of file qlowenergyserviceprivate_p.h.
Referenced by QLowEnergyControllerPrivate::addServiceHelper(), QLowEnergyControllerPrivateAndroid::addToGenericAttributeList(), QLowEnergyControllerPrivateBluezDBus::discoverServiceDetails(), QWinRTLowEnergyServiceHandler::obtainCharList(), parseReadByTypeCharDiscovery(), QLowEnergyControllerPrivateBluez::readCharacteristic(), QLowEnergyControllerPrivateBluezDBus::readCharacteristic(), and QLowEnergyControllerPrivateWinRT::writeCharacteristic().
QBluetoothUuid QLowEnergyServicePrivate::CharData::uuid |
Definition at line 47 of file qlowenergyserviceprivate_p.h.
Referenced by QLowEnergyControllerPrivate::addServiceHelper(), QLowEnergyControllerPrivateAndroid::addToGenericAttributeList(), QLowEnergyService::characteristic(), QLowEnergyControllerPrivateBluezDBus::discoverServiceDetails(), QWinRTLowEnergyServiceHandler::obtainCharList(), parseReadByTypeCharDiscovery(), and QLowEnergyControllerPrivateWinRT::writeCharacteristic().
QByteArray QLowEnergyServicePrivate::CharData::value |
Definition at line 49 of file qlowenergyserviceprivate_p.h.
Referenced by QLowEnergyControllerPrivate::addServiceHelper(), QLowEnergyControllerPrivateAndroid::addToGenericAttributeList(), QLowEnergyService::characteristic(), QLowEnergyCharacteristic::descriptor(), QWinRTLowEnergyServiceHandler::obtainCharList(), QLowEnergyControllerPrivate::updateValueOfCharacteristic(), QLowEnergyControllerPrivate::updateValueOfDescriptor(), and QLowEnergyControllerPrivateBluezDBus::writeCharacteristic().
QLowEnergyHandle QLowEnergyServicePrivate::CharData::valueHandle |
Definition at line 46 of file qlowenergyserviceprivate_p.h.
Referenced by QLowEnergyControllerPrivate::addServiceHelper(), QLowEnergyControllerPrivateBluezDBus::discoverServiceDetails(), QWinRTLowEnergyServiceHandler::obtainCharList(), parseReadByTypeCharDiscovery(), QLowEnergyControllerPrivateBluez::readCharacteristic(), and QLowEnergyControllerPrivateBluez::writeCharacteristic().