summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-09-13 17:05:25 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-09-16 22:43:50 +0300
commit66d882528366bcd1d279a90801e0bfa91e7f6612 (patch)
tree5b4f61810da0bc760eb4f3fd37b2928f311e16e3 /doc/adapter-api.txt
parent0d1d9442813b73abb0946288f27f3dc46970b0f2 (diff)
downloadbluez-66d882528366bcd1d279a90801e0bfa91e7f6612.tar.gz
Fix adapter API
Some possible errors returned by GetProperty and SetProperty are not applied anymore. GetProperty returns NotReady only. SetProperty returns InvalidArguments only.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 6098c765e..6a28d302c 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -19,8 +19,7 @@ Methods dict GetProperties()
Returns all properties for the adapter. See the
properties section for available properties.
- Possible Errors: org.bluez.Error.DoesNotExist
- org.bluez.Error.InvalidArguments
+ Possible Errors: org.bluez.Error.NotReady
void SetProperty(string name, variant value)
@@ -28,8 +27,7 @@ Methods dict GetProperties()
properties that are listed a read-write are changeable.
On success this will emit a PropertyChanged signal.
- Possible Errors: org.bluez.Error.DoesNotExist
- org.bluez.Error.InvalidArguments
+ Possible Errors: org.bluez.Error.InvalidArguments
void RequestSession()