diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-06-10 12:22:11 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-06-10 12:22:11 +0000 |
commit | 97c70dad4b624a35eb678cc69b77ccf41884cbe0 (patch) | |
tree | 31b7d09e7e2bfd1367df430395353fbc5b23ade6 | |
parent | 89f8b57a8cdf51d10cbfc4e80cd3071b10db221d (diff) |
Changed device Disconnect possible errors
-rw-r--r-- | doc/device-api.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index 34091853..059398df 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -68,12 +68,7 @@ Methods dict GetProperties() their connections gracefully before the ACL connection is terminated. - Possible errors: org.bluez.Error.NotReady - org.bluez.Error.Failed - org.bluez.Error.NoSuchAdapter - org.bluez.Error.InvalidArguments - org.bluez.Error.NotConnected - org.bluez.Error.InProgress + Possible errors: org.bluez.Error.NotConnected Signals PropertyChanged(string name, variant value) |