BluezQt
gattdescriptorremote.h
160 BLUEZQT_NO_EXPORT explicit GattDescriptorRemote(const QString &path, const QVariantMap &properties, GattCharacteristicRemotePtr characteristic);
Bluetooth LE GATT characteristic.
Definition gattcharacteristicremote.h:32
void descriptorChanged(GattDescriptorRemotePtr descriptor)
Indicates that at least one of the descriptors's properties have changed.
PendingCall * readValue(const QVariantMap &options)
Read the value of the GATT descriptor.
Definition gattdescriptorremote.cpp:66
GattDescriptorRemotePtr toSharedPtr() const
Returns a shared pointer from this.
Definition gattdescriptorremote.cpp:26
void uuidChanged(const QString &uuid)
Indicates that descriptor's uuid have changed.
void flagsChanged(QStringList flags)
Indicates that descriptor's flags have changed.
PendingCall * setHandle(quint16 handle)
Sets the descriptor handle.
Definition gattdescriptorremote.cpp:56
void valueChanged(const QByteArray value)
Indicates that descriptor's value have changed.
PendingCall * writeValue(const QByteArray &value, const QVariantMap &options)
Write the value of the GATT descriptor.
Definition gattdescriptorremote.cpp:71
void handleChanged(quint16 handle)
Indicates that descriptor's handle have changed.
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:59:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:59:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.