diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-27 16:46:38 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-27 16:46:38 -0300 |
commit | 395c910980394868a3c2d14e90e4f55988c7663d (patch) | |
tree | d987faa95533f8c6e78f4f499c9ff08b22ab0f15 /doc | |
parent | a04f48420ffc2c1a33e743d5075f24809161b2fd (diff) |
Add documentation for PairableTimeout property.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adapter-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index d0adf189..2d9cbcd0 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -275,6 +275,12 @@ Properties string Address [readonly] Note that this property only affects incoming pairing requests. + uint32 PaireableTimeout [readwrite] + + The pairable timeout in seconds. A value of zero + means that the timeout is disabled and it will stay in + pareable mode forever. + uint32 DiscoverableTimeout [readwrite] The discoverable timeout in seconds. A value of zero |