summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-18 12:24:58 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 12:24:58 +0200
commitd258ad14a79cf1e456d3320b4340bd46cf062bd9 (patch)
tree6c9b29cb1a3f74846a2f42d0fc787f170ad66bce /doc/adapter-api.txt
parent071981679e34915e782cf95767646f7399036550 (diff)
downloadbluez-d258ad14a79cf1e456d3320b4340bd46cf062bd9.tar.gz
doc: Remove left-over mentions of adapter-based agent methods
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 1817f7ca8..efc103188 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -48,34 +48,6 @@ Methods void StartDiscovery()
Possible errors: org.bluez.Error.InvalidArguments
org.bluez.Error.Failed
- void RegisterAgent(object agent, string capability)
-
- This registers the adapter wide agent.
-
- The object path defines the path of the agent
- that will be called when user input is needed.
-
- If an application disconnects from the bus all
- of its registered agents will be removed.
-
- The capability parameter can have the values
- "DisplayOnly", "DisplayYesNo", "KeyboardOnly",
- "NoInputNoOutput" and "KeyboardDisplay" which reflects
- the input and output capabilities of the agent. If an
- empty string is used it will fallback to
- "DisplayYesNo".
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.AlreadyExists
-
- void UnregisterAgent(object agent)
-
- This unregisters the agent that has been previously
- registered. The object path parameter must match the
- same value that has been used on registration.
-
- Possible errors: org.bluez.Error.DoesNotExist
-
Signals DevicesFound(array{object path, dict values})
This signal will be sent every time devices have