~bluetooth/ubuntu/maverick/bluez/main

« back to all changes in this revision

Viewing changes to doc/manager-api.txt

  • Committer: Baptiste Mille-Mathias
  • Date: 2010-05-02 09:24:25 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: baptiste.millemathias@gmail.com-20100502092425-000zkpuqoq35dyyb
* New upstream release:
  - Fix issues with Read Inquiry Response Transmit Power Level.
  - Fix possible invalid read when removing a temporary device.
  - Fix mode restoration when remember_powered is false.
  - Fix conference call releasing in telephony-maemo.
  - Fix segmentation fault with authorization during headset disconnects.
  - Add support for handling unanswered AVDTP request on disconnect.
  - Add support for handling Inquiry Response Transmit Power Level.
  - Add support for caching of remote host features.
  - Add preliminary voice dialing support for HSP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                        Possible errors: org.bluez.Error.InvalidArguments
38
38
                                         org.bluez.Error.NoSuchAdapter
39
39
 
40
 
                array{object} ListAdapters()
 
40
                array{object} ListAdapters() {deprecated}
41
41
 
42
 
                        Returns list of adapter object paths under /org/bluez
 
42
                        Returns list of adapter object paths under /org/bluez.
 
43
                        This method is deprecated, instead use the Adapters
 
44
                        Property to get the list of adapter object paths.
43
45
 
44
46
                        Possible errors: org.bluez.Error.InvalidArguments
45
47
                                         org.bluez.Error.Failed