Blob: org.bluez.Input.rst
Blob id: e9f0d2070627d3cf341f8301a549a95c7e501211
Size: 1.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | =============== org.bluez.Input =============== ----------------------------------- BlueZ D-Bus Input API documentation ----------------------------------- :Version: BlueZ :Date: October 2023 :Manual section: 5 :Manual group: Linux System Administration Interface ========= :Service: org.bluez :Interface: org.bluez.Input1 :Object path: [variable prefix]/{hci0,hci1,...}/dev_{BDADDR} Properties ---------- string ReconnectMode [readonly] ``````````````````````````````` Indicates the Connectability mode of the HID device as defined by the HID Profile specification, Section 5.4.2. This mode is based in the two properties HIDReconnectInitiate (see Section 5.3.4.6) and HIDNormallyConnectable (see Section 5.3.4.14) which define the following four possible values: :"none": Device and host are not required to automatically restore the connection. :"host": Bluetooth HID host restores connection. :"device": Bluetooth HID device restores connection. :"any": Bluetooth HID device shall attempt to restore the lost connection, but Bluetooth HID Host may also restore the connection. |