input-api.txt 928 B

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