tizen 2.3.1 release
[framework/connectivity/bluez.git] / doc / input-api.txt
1 BlueZ D-Bus Input API description
2 *********************************
3
4 Input hierarchy
5 ===============
6
7 Service         org.bluez
8 Interface       org.bluez.Input1
9 Object path     [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
10
11 Properties      string ReconnectMode [readonly]
12
13                         Determines the Connectability mode of the HID device as
14                         defined by the HID Profile specification, Section 5.4.2.
15
16                         This mode is based in the two properties
17                         HIDReconnectInitiate (see Section 5.3.4.6) and
18                         HIDNormallyConnectable (see Section 5.3.4.14) which
19                         define the following four possible values:
20
21                         "none"          Device and host are not required to
22                                         automatically restore the connection.
23
24                         "host"          Bluetooth HID host restores connection.
25
26                         "device"        Bluetooth HID device restores
27                                         connection.
28
29                         "any"           Bluetooth HID device shall attempt to
30                                         restore the lost connection, but
31                                         Bluetooth HID Host may also restore the
32                                         connection.