2
3
4
5
6
7
8
9
11#ifndef GATTMANAGER1_P_H
12#define GATTMANAGER1_P_H
25#include <QtCore/QObject>
26#include <QtCore/QByteArray>
27#include <QtCore/QList>
29#include <QtCore/QString>
30#include <QtCore/QStringList>
31#include <QtCore/QVariant>
32#include <QtDBus/QtDBus>
33#include <QtCore/private/qglobal_p.h>
38
39
45 {
return "org.bluez.GattManager1"; }
QMap< QDBusObjectPath, InterfaceList > ManagedObjectList
QMap< QString, QVariantMap > InterfaceList
static constexpr QLatin1String appObjectPathTemplate
~OrgBluezGattManager1Interface()
Q_CLASSINFO("D-Bus Introspection", "" " <interface name=\"org.freedesktop.DBus.ObjectManager\">\n" " <method name=\"GetManagedObjects\">\n" " <arg direction=\"out\" type=\"a{oa{sa{sv}}}\" name=\"object_paths_interfaces_and_properties\"/>\n" " <annotation value=\"ManagedObjectList\" name=\"org.qtproject.QtDBus.QtTypeName.Out0\"/>\n" " </method>\n" " <signal name=\"InterfacesAdded\">\n" " <arg type=\"o\" name=\"object_path\"/>\n" " <arg type=\"a{sa{sv}}\" name=\"interfaces_and_properties\"/>\n" " <annotation value=\"InterfaceList\" name=\"org.qtproject.QtDBus.QtTypeName.Out1\"/>\n" " </signal>\n" " <signal name=\"InterfacesRemoved\">\n" " <arg type=\"o\" name=\"object_path\"/>\n" " <arg type=\"as\" name=\"interfaces\"/>\n" " </signal>\n" " </interface>\n" "") public ~OrgFreedesktopDBusObjectManagerAdaptor() override
void InterfacesRemoved(const QDBusObjectPath &object_path, const QStringList &interfaces)
~QtBluezPeripheralApplication()
bool localDescriptorWrite(QLowEnergyHandle handle, const QByteArray &value)
void unregisterApplication()
void remoteDeviceAccessEvent(const QString &remoteDeviceObjectPath, quint16 mtu)
void registerApplication()
void addService(const QLowEnergyServiceData &serviceData, QSharedPointer< QLowEnergyServicePrivate > servicePrivate, QLowEnergyHandle serviceHandle)
void characteristicValueUpdatedByRemote(QLowEnergyHandle handle, const QByteArray &value)
bool registrationNeeded()
bool localCharacteristicWrite(QLowEnergyHandle handle, const QByteArray &value)
void descriptorValueUpdatedByRemote(QLowEnergyHandle characteristicHandle, QLowEnergyHandle descriptorHandle, const QByteArray &value)
InterfaceList properties() const final
Q_INVOKABLE void StopNotify()
Q_INVOKABLE void StartNotify()
bool localValueUpdate(const QByteArray &value)
bool localValueUpdate(const QByteArray &value)
InterfaceList properties() const final
void addIncludedService(const QString &objectPath)
InterfaceList properties() const final
::QtBluetoothPrivate::OrgBluezGattManager1Interface GattManager1