diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adapter-api.txt | 15 |
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. |