From 75c562d773e5fe37f4257631318d7f918edc5b53 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 29 Aug 2008 18:14:39 -0300 Subject: Make DiscoverDevices to create discover sessions. --- doc/adapter-api.txt | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'doc') 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. -- cgit