2
3
4
5
6
7
8
9
10
12#ifndef LEADVERTISEMENT1ADAPTOR_P_H
13#define LEADVERTISEMENT1ADAPTOR_P_H
26#include <QtCore/QObject>
27#include <QtDBus/QtDBus>
29#include <QtCore/qcontainerfwd.h>
31namespace QtBluetoothPrivate {
34
35
39 Q_CLASSINFO(
"D-Bus Interface",
"org.bluez.LEAdvertisement1")
41" <interface name=\"org.bluez.LEAdvertisement1\">\n"
42" <method name=\"Release\">\n"
43" <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
45" <property access=\"readwrite\" type=\"s\" name=\"Type\"/>\n"
46" <property access=\"readwrite\" type=\"as\" name=\"ServiceUUIDs\"/>\n"
47" <property access=\"readwrite\" type=\"a{qv}\" name=\"ManufacturerData\">\n"
48" <annotation value=\"ManufacturerDataList\" name=\"org.qtproject.QtDBus.QtTypeName\"/>\n"
50" <property access=\"readwrite\" type=\"b\" name=\"Discoverable\"/>\n"
51" <property access=\"readwrite\" type=\"as\" name=\"Includes\"/>\n"
52" <property access=\"readwrite\" type=\"s\" name=\"LocalName\"/>\n"
53" <property access=\"readwrite\" type=\"u\" name=\"MinInterval\"/>\n"
54" <property access=\"readwrite\" type=\"u\" name=\"MaxInterval\"/>\n"
62 Q_PROPERTY(
bool Discoverable READ discoverable WRITE setDiscoverable)
66 Q_PROPERTY(QStringList Includes READ includes WRITE setIncludes)
70 Q_PROPERTY(QString LocalName READ localName WRITE setLocalName)
78 Q_PROPERTY(uint MaxInterval READ maxInterval WRITE setMaxInterval)
82 Q_PROPERTY(uint MinInterval READ minInterval WRITE setMinInterval)
86 Q_PROPERTY(QStringList ServiceUUIDs READ serviceUUIDs WRITE setServiceUUIDs)
90 Q_PROPERTY(QString Type READ type WRITE setType)
92 void setType(
const QString &value);
QMap< quint16, QDBusVariant > ManufacturerDataList
void setLocalName(const QString &value)
void setDiscoverable(bool value)
void setManufacturerData(ManufacturerDataList value)
void setMaxInterval(uint value)
void setServiceUUIDs(const QStringList &value)
void setMinInterval(uint value)
Q_CLASSINFO("D-Bus Introspection", "" " <interface name=\"org.bluez.LEAdvertisement1\">\n" " <method name=\"Release\">\n" " <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n" " </method>\n" " <property access=\"readwrite\" type=\"s\" name=\"Type\"/>\n" " <property access=\"readwrite\" type=\"as\" name=\"ServiceUUIDs\"/>\n" " <property access=\"readwrite\" type=\"a{qv}\" name=\"ManufacturerData\">\n" " <annotation value=\"ManufacturerDataList\" name=\"org.qtproject.QtDBus.QtTypeName\"/>\n" " </property>\n" " <property access=\"readwrite\" type=\"b\" name=\"Discoverable\"/>\n" " <property access=\"readwrite\" type=\"as\" name=\"Includes\"/>\n" " <property access=\"readwrite\" type=\"s\" name=\"LocalName\"/>\n" " <property access=\"readwrite\" type=\"u\" name=\"MinInterval\"/>\n" " <property access=\"readwrite\" type=\"u\" name=\"MaxInterval\"/>\n" " </interface>\n" "") public ~OrgBluezLEAdvertisement1Adaptor() override
void setIncludes(const QStringList &value)
void setType(const QString &value)