BluezQt
gattapplication.cpp
47 for (int i = serviceAdaptor->metaObject()->propertyOffset(); i < serviceAdaptor->metaObject()->propertyCount(); ++i) {
60 for (int i = charcAdaptor->metaObject()->propertyOffset(); i < charcAdaptor->metaObject()->propertyCount(); ++i) {
67 objects[charc->objectPath()].insert(QStringLiteral("org.bluez.GattCharacteristic1"), properties);
73 for (int i = descAdaptor->metaObject()->propertyOffset(); i < descAdaptor->metaObject()->propertyCount(); ++i) {
Bluetooth GattApplication.
~GattApplication() override
Destroys a GattApplication object.
GattApplication(QObject *parent=nullptr)
Creates a new GattApplication object with default object path prefix.
Definition gattapplication.cpp:24
KGuiItem properties()
iterator insert(const Key &key, const T &value)
QString fromLatin1(QByteArrayView str)
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.