summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-06-07 14:56:56 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-06-07 14:56:56 +0000
commit5b92a5bfe6556e0cfc0d2b55a7486efe1c5aea8b (patch)
treee54aef8126cf9369b7cbe05d818e90bfafd5713c /hcid
parentd95acb81523269d5e00485bc1350f8b3e6ee0050 (diff)
Add limited mode to API description
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-api.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 048dc837..db319bbd 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -363,7 +363,8 @@ Methods dict GetInfo()
Returns the current mode of a adapter.
- Valid modes: "off", "connectable", "discoverable"
+ Valid modes: "off", "connectable", "discoverable",
+ "limited".
Possible errors: none
@@ -379,7 +380,7 @@ Methods dict GetInfo()
Returns the discoverable timeout in seconds. A value
of zero means that the timeout is disabled and it will
- stay in discoverable mode forever.
+ stay in discoverable/limited mode forever.
The default value for the discoverable timeout should
be 180 seconds (3 minutes).
@@ -390,10 +391,10 @@ Methods dict GetInfo()
Sets the discoverable timeout in seconds. A value of
zero disables the timeout and the adapter would be
- always discoverable.
+ always discoverable/limited.
Changing this value doesn't set the adapter into
- discoverable mode. The SetMode method must be used.
+ discoverable/limited mode. The SetMode method must be used.
Possible errors: org.bluez.Error.NotReady
org.bluez.Error.InvalidArguments
@@ -410,8 +411,8 @@ Methods dict GetInfo()
boolean IsDiscoverable()
- Returns true if the local adapter is discoverable and
- false if it is only connectable or switched off.
+ Returns true if the local adapter is discoverable/limited
+ and false if it is only connectable or switched off.
It is also possible to use GetMode to retrieve this
information.