diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-29 11:43:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-29 11:43:08 +0000 |
commit | 30412071a518a8ba5ea7889a7781095b1424018e (patch) | |
tree | 67145b6413d98d749487bdcf9d1c960fd2d40171 /doc | |
parent | 99d82283b956d9acb9f7b4f09ec047d91daa7058 (diff) |
Fix copy and paste bugs
Diffstat (limited to 'doc')
-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 |