diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-20 16:33:30 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-20 16:33:30 -0300 |
commit | 0c561f77956654c654f14daea35e90ad0ba20164 (patch) | |
tree | 9d7b21d086aa161c321a3d4c187c63c16cf1781d /doc | |
parent | 99b4f5685edd040b4782341bfb0f2da889264888 (diff) |
Introduce Pairable property.
As the name suggest it tells when an adapter enter or leaves bondable
mode, it works as follow:
Pairable=true & Discoverable=true: limited IAC
Pairable=true & Discoverable=false: pairable but inquiry scan disabled
Pairable=false & Discoverable=true: inquiry scan enabled (with Generic IAC)
but new pairings cannot be created (same as if there was no agent)
Pairable=false & Discoverable=false: inquiry scan disabled & non-pairable
(as if there was no agent)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adapter-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index a13273f8..d0adf189 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -266,6 +266,15 @@ Properties string Address [readonly] this property will be updated via a PropertyChanged signal. + boolean Pairable [readwrite] + + Switch an adapter to pairable or non-pairable. This is + a global setting and should only be used by the + settings application. + + Note that this property only affects incoming pairing + requests. + uint32 DiscoverableTimeout [readwrite] The discoverable timeout in seconds. A value of zero |