Tizen 2.0 Release
[framework/connectivity/bluez.git] / doc / control-api.txt
1 BlueZ D-Bus Control API description
2 ***********************************
3
4 Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
5 Copyright (C) 2007-2008  David Stockwell <dstockwell@frequency-one.com>
6
7
8 Control hierarchy
9 =================
10
11 Service         org.bluez
12 Interface       org.bluez.Control
13 Object path     [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
14
15 Methods         boolean IsConnected() {deprecated}
16
17                         Returns True if connected, otherwise FALSE.
18
19                 dict GetProperties()
20
21                         Returns all properties for the interface. See the
22                         properties section for available properties.
23
24                 void VolumeUp()
25
26                         Adjust remote volume one step up
27
28                 void VolumeDown()
29
30                         Adjust remote volume one step down
31
32 Signals         Connected() {deprecated}
33
34                         Sent when a successful AVRCP connection has been made
35                         to the remote device.
36
37                 Disconnected() {deprecated}
38
39                         Sent when the AVRCP connection to the remote device
40                         has been disconnected.
41
42 Properties
43
44                 boolean Connected [readonly]