BluezQt
gattdescriptorremote.h
160 BLUEZQT_NO_EXPORT explicit GattDescriptorRemote(const QString &path, const QVariantMap &properties, GattCharacteristicRemotePtr characteristic);
Bluetooth adapter.
Bluetooth LE GATT descriptor.
void descriptorChanged(GattDescriptorRemotePtr descriptor)
Indicates that at least one of the descriptors's properties have changed.
void uuidChanged(const QString &uuid)
Indicates that descriptor's uuid have changed.
void flagsChanged(QStringList flags)
Indicates that descriptor's flags have changed.
void valueChanged(const QByteArray value)
Indicates that descriptor's value have changed.
void handleChanged(quint16 handle)
Indicates that descriptor's handle have changed.
Pending method call.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.