summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-29 18:14:39 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-29 18:14:39 -0300
commit75c562d773e5fe37f4257631318d7f918edc5b53 (patch)
tree1c66fc1385b06866294ca846515a5b591bc35fb8 /doc
parent92dcfff75cea59c9e4c65ab2b1d45730a9076a6a (diff)
Make DiscoverDevices to create discover sessions.
Diffstat (limited to 'doc')
-rw-r--r--doc/adapter-api.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 4e7e36ba..ca6c2fd8 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -218,16 +218,6 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
- DiscoveryStarted()
-
- This signal indicates that a device discovery
- procedure has been started.
-
- DiscoveryCompleted()
-
- This signal indicates that a device discovery
- procedure has been completed.
-
DeviceFound(string address, dict values)
This signal will be send every time an inquiry result
@@ -278,7 +268,6 @@ Properties string Address [readonly]
The default value for the discoverable timeout should
be 180 seconds (3 minutes).
- boolean PeriodicDiscovery [readwrite]
+ boolean Discovering [readonly]
- Is peridoic inquiry active or not. Changing this
- property will either enable or disable it.
+ Indicates that a device discovery procedure is active.