BluezQt
gattcharacteristicremote.h
25 * @class BluezQt::GattCharacteristicRemote gattcharacteristicremote.h <BluezQt/GattCharacteristicRemote>
44 Q_PROPERTY(QList<GattDescriptorRemotePtr> descriptors READ descriptors NOTIFY descriptorsChanged)
281 BLUEZQT_NO_EXPORT explicit GattCharacteristicRemote(const QString &path, const QVariantMap &properties, GattServiceRemotePtr service);
Bluetooth adapter.
Bluetooth LE GATT characteristic.
void valueChanged(const QByteArray value)
Indicates that characteristic's value have changed.
void gattDescriptorAdded(GattDescriptorRemotePtr descriptor)
Indicates that a new descriptor was added (eg.
void characteristicChanged(GattCharacteristicRemotePtr characteristic)
Indicates that at least one of the characteristic's properties have changed.
void MTUChanged(quint16 MTU)
Indicates that characteristic's MTU have changed.
void notifyingChanged(bool notifying)
Indicates that characteristic's notifying state have changed.
void writeAcquiredChanged(bool writeAcquired)
Indicates that characteristic's writeAcquired state have changed.
void handleChanged(quint16 handle)
Indicates that characteristic's handle have changed.
void uuidChanged(const QString &uuid)
Indicates that characteristic's uuid have changed.
void gattDescriptorChanged(GattDescriptorRemotePtr descriptor)
Indicates that at least one of the descriptor's properties have changed.
void notifyAcquiredChanged(bool notifyAcquired)
Indicates that characteristic's notifyAcquired state have changed.
void flagsChanged(QStringList flags)
Indicates that characteristic's flags have changed.
void gattDescriptorRemoved(GattDescriptorRemotePtr descriptor)
Indicates that a descriptor was removed.
void descriptorsChanged(QList< GattDescriptorRemotePtr > descriptors)
Indicates that characteristic descriptors list has 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.