diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-05-16 09:26:24 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-05-16 17:52:31 +0300 |
commit | 5b7511dcfb3c5b44907575e5e43d926a8c406bf1 (patch) | |
tree | 9a7632e94f0d4009906e1298e875c55cd7688e95 /doc/adapter-api.txt | |
parent | 63ed03ad33872d3028766da663a639f995fd6670 (diff) |
doc: Update possible values of Agent capabilities
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r-- | doc/adapter-api.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 0cded8c1..dccb6bfe 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 |