mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
cfc76016b4
This renames input-api.txt to org.bluez.Input.rst and generate manpages org.bluez.Input.5.
52 lines
1.1 KiB
ReStructuredText
52 lines
1.1 KiB
ReStructuredText
===============
|
|
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_XX_XX_XX_XX_XX_XX
|
|
|
|
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.
|