diff options
-rw-r--r-- | doc/adapter-api.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 1fb56231..f5b45419 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -61,9 +61,9 @@ Methods dict GetProperties() resolving. On start up this process will generate a DiscoveryStarted - signal and then return RemoteDeviceFound and also - RemoteNameUpdated signals. If the procedure has been - finished an DiscoveryCompleted signal will be sent. + signal and then return DeviceFound singals. If the + procedure has been finished an DiscoveryCompleted + signal will be sent. Possible errors: org.bluez.Error.NotReady org.bluez.Error.Failed @@ -73,7 +73,7 @@ Methods dict GetProperties() void CancelDiscovery() This method will cancel any previous DiscoverDevices - or DiscoverDevicesWithoutNameResolving actions. + transaction. Possible errors: org.bluez.Error.NotReady org.bluez.Error.Failed |