From d258ad14a79cf1e456d3320b4340bd46cf062bd9 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 18 Dec 2012 12:24:58 +0200 Subject: [PATCH] doc: Remove left-over mentions of adapter-based agent methods --- doc/adapter-api.txt | 28 ---------------------------- 1 file changed, 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 -- 2.47.3