summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:39:14 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:39:14 +0000
commit860a1fc8d94dc3edf90f90b4d8aacd6db4b9bd4c (patch)
tree4074b122d7d5634c59fddbd87c2477cd0aedfc1a /doc/agent-api.txt
parented8b41b18ffaee05ed24bc3d29063666852c0659 (diff)
downloadbluez-860a1fc8d94dc3edf90f90b4d8aacd6db4b9bd4c.tar.gz
Update documentation
Diffstat (limited to 'doc/agent-api.txt')
-rw-r--r--doc/agent-api.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
new file mode 100644
index 000000000..24dc508b9
--- /dev/null
+++ b/doc/agent-api.txt
@@ -0,0 +1,21 @@
+BlueZ D-Bus Agent API description
+**********************************
+
+Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
+Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
+
+
+Agent hierarchy
+===============
+
+Service unique name
+Interface org.bluez.Agent
+Object path freely definable
+
+Methods void Release()
+
+ This method gets called when the service daemon
+ unregisters the agent. An agent can use it to do
+ cleanup tasks. There is no need to unregister the
+ agent, because when this method gets called it has
+ already been unregistered.