diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-28 16:07:45 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-11-28 16:07:45 -0300 |
commit | 57bc442ea4377419d038e5ce54ee962080172d50 (patch) | |
tree | 7798782495997c1ed93c326cb5edadf3a5f30043 /doc | |
parent | 687d7c44c94bff44f6c1acefd1256adc9f8401d2 (diff) |
Update adapter documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adapter-api.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 2d9cbcd0..eb973ec1 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -31,29 +31,6 @@ Methods dict GetProperties() Possible Errors: org.bluez.Error.DoesNotExist org.bluez.Error.InvalidArguments - void RequestMode(string mode) {deprecated} - - This method will request a mode change. The mode - change must be confirmed by the user via the agent. - - Possible modes for this call are "connectable" and - "discoverable". Any application that wants to use - Bluetooth functionality can use this method to - indicate which mode it needs to operate sucessfully. - - In case the user doesn't confirm the mode change it - will return an error to indicate this rejection. - - Possible Errors: org.bluez.Error.DoesNotExist - org.bluez.Error.InvalidArguments - org.bluez.Error.Rejected - - void ReleaseMode() {deprecated} - - Releases a mode requested via RequestMode. - - Possible Errors: org.bluez.Error.DoesNotExist - void RequestSession() This method will request a client session that @@ -233,16 +210,6 @@ Properties string Address [readonly] The Bluetooth friendly name. This value can be changed and a PropertyChanged signal will be emitted. - string Mode [readwrite] {deprecated} - - The Bluetooth operation mode. - - Valid modes: "off", "connectable", - "discoverable", "limited" - - This is deprecated by the Powered and Discoverable - properties. - boolean Powered [readwrite] Switch an adapter on or off. This will also set the |