
org.bluez.Input1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluez-dbus-osgi Show documentation
Show all versions of bluez-dbus-osgi Show documentation
Java native bluetooth library which uses bluez via dbus (linux only).
This is the OSGi compliant bundle of all required libraries in one bundle.
The newest version!
package org.bluez;
import org.freedesktop.dbus.interfaces.DBusInterface;
/**
* File generated - 2023-02-20.
* Based on bluez Documentation: input-api.txt.
*
* Service: org.bluez
* Interface: org.bluez.Input1
*
* Object path:
* [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
*
* Supported properties:
*
* string ReconnectMode [readonly]
*
* Determines 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.
*
*/
public interface Input1 extends DBusInterface {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy