2012-05-16 12:26:24

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH BlueZ] doc: Update possible values of Agent capabilities

---
doc/adapter-api.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 0cded8c..dccb6bf 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -165,10 +165,11 @@ Methods dict GetProperties()
of its registered agents will be removed.

The capability parameter can have the values
- "DisplayOnly", "DisplayYesNo", "KeyboardOnly" and
- "NoInputNoOutput" which reflects the input and output
- capabilities of the agent. If an empty string is
- used it will fallback to "DisplayYesNo".
+ "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
--
1.7.10.2



2012-05-16 14:52:59

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] doc: Update possible values of Agent capabilities

Hi Lucas,

On Wed, May 16, 2012, Lucas De Marchi wrote:
> ---
> doc/adapter-api.txt | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)

Applied. Thanks.

Johan