summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-05-30 22:37:34 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-05-30 22:37:34 -0700
commit9d67b7edf89b875d16fc0001e4be69aef8ed82cd (patch)
treee44d466dbabd4f113ce2556ebdc1a46b8bd5a861 /doc/agent-api.txt
parenta740e8599e9e529ffc6ef621e763160edae2858d (diff)
downloadbluez-9d67b7edf89b875d16fc0001e4be69aef8ed82cd.tar.gz
Revert "Document new hex-encoded pins feature"
Diffstat (limited to 'doc/agent-api.txt')
-rw-r--r--doc/agent-api.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index fca28752a..9ab2063b4 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -26,13 +26,7 @@ Methods void Release()
needs to get the passkey for an authentication.
The return value should be a string of 1-16 characters
- length. Longer strings are truncated to 16 characters.
- The string can be alphanumeric.
-
- Strings starting with '$' are parsed as hex-encoded
- pins. That is, each two following hex characters form
- a single byte of the resulting pin. The parser is
- case-insensitive.
+ length. The string can be alphanumeric.
Possible errors: org.bluez.Error.Rejected
org.bluez.Error.Canceled