26class OrgBluezProfile1ContextInterface :
public QObject,
protected QDBusContext
29 Q_CLASSINFO(
"D-Bus Interface",
"org.bluez.Profile1")
30 Q_CLASSINFO(
"D-Bus Introspection",
""
31" <interface name=\"org.bluez.Profile1\">\n"
32" <method name=\"NewConnection\">\n"
33" <arg direction=\"in\" type=\"o\"/>\n"
34" <arg direction=\"in\" type=\"h\"/>\n"
35" <arg direction=\"in\" type=\"a{sv}\"/>\n"
36" <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In2\"/>\n"
38" <method name=\"RequestDisconnection\">\n"
39" <arg direction=\"in\" type=\"o\"/>\n"
41" <method name=\"Release\">\n"
42" <annotation value=\"true\" name=\"org.freedesktop.DBus.Method.NoReply\"/>\n"
47 explicit OrgBluezProfile1ContextInterface(QObject *parent =
nullptr);
50 void newConnection(
const QDBusUnixFileDescriptor &fd);
53 void NewConnection(
const QDBusObjectPath &,
const QDBusUnixFileDescriptor &,
55 void RequestDisconnection(
const QDBusObjectPath &);
56 Q_NOREPLY
void Release();