summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/agent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/agent_p.h')
-rw-r--r--src/bluetooth/bluez/agent_p.h78
1 files changed, 78 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/agent_p.h b/src/bluetooth/bluez/agent_p.h
new file mode 100644
index 00000000..3725928e
--- /dev/null
+++ b/src/bluetooth/bluez/agent_p.h
@@ -0,0 +1,78 @@
+/*
+ * This file was generated by qdbusxml2cpp version 0.7
+ * Command line was: qdbusxml2cpp -c OrgBluezAgentAdaptor -a agent_p.h:agent.cpp org.bluez.Agent.xml org.bluez.Agent
+ *
+ * qdbusxml2cpp is Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ *
+ * This is an auto-generated file.
+ * This file may have been hand-edited. Look for HAND-EDIT comments
+ * before re-generating it.
+ */
+
+#ifndef AGENT_P_H_1291941396
+#define AGENT_P_H_1291941396
+
+#include <QtCore/QObject>
+#include <QtDBus/QtDBus>
+class QByteArray;
+template<class T> class QList;
+template<class Key, class Value> class QMap;
+class QString;
+class QStringList;
+class QVariant;
+
+/*
+ * Adaptor class for interface org.bluez.Agent
+ */
+class OrgBluezAgentAdaptor: public QDBusAbstractAdaptor
+{
+ Q_OBJECT
+ Q_CLASSINFO("D-Bus Interface", "org.bluez.Agent")
+ Q_CLASSINFO("D-Bus Introspection", ""
+" <interface name=\"org.bluez.Agent\">\n"
+" <method name=\"Release\"/>\n"
+" <method name=\"RequestPinCode\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"out\" type=\"s\"/>\n"
+" </method>\n"
+" <method name=\"RequestPasskey\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"out\" type=\"u\"/>\n"
+" </method>\n"
+" <method name=\"DisplayPasskey\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"in\" type=\"u\"/>\n"
+" <arg direction=\"in\" type=\"y\"/>\n"
+" </method>\n"
+" <method name=\"RequestConfirmation\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"in\" type=\"u\"/>\n"
+" </method>\n"
+" <method name=\"Authorize\">\n"
+" <arg direction=\"in\" type=\"o\"/>\n"
+" <arg direction=\"in\" type=\"s\"/>\n"
+" </method>\n"
+" <method name=\"ConfirmModeChange\">\n"
+" <arg direction=\"in\" type=\"s\"/>\n"
+" </method>\n"
+" <method name=\"Cancel\"/>\n"
+" </interface>\n"
+ "")
+public:
+ OrgBluezAgentAdaptor(QObject *parent);
+ virtual ~OrgBluezAgentAdaptor();
+
+public: // PROPERTIES
+public Q_SLOTS: // METHODS
+ void Authorize(const QDBusObjectPath &in0, const QString &in1);
+ void Cancel();
+ void ConfirmModeChange(const QString &in0);
+ void DisplayPasskey(const QDBusObjectPath &in0, uint in1, uchar in2);
+ void Release();
+ void RequestConfirmation(const QDBusObjectPath &in0, uint in1);
+ uint RequestPasskey(const QDBusObjectPath &in0);
+ QString RequestPinCode(const QDBusObjectPath &in0);
+Q_SIGNALS: // SIGNALS
+};
+
+#endif