
org.bluez.GattProfile1 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: gatt-api.txt.
*
* Service: <application dependent>
* Interface: org.bluez.GattProfile1
*
* Object path:
* <application dependent>
*
* Supported properties:
*
* array{string} UUIDs [read-only]
*
* 128-bit GATT service UUIDs to auto connect.
*
*
*
*/
public interface GattProfile1 extends DBusInterface {
/**
* From bluez documentation:
*
* This method gets called when the service daemon
* unregisters the profile. The profile can use it to
* do cleanup tasks. There is no need to unregister the
* profile, because when this method gets called it has
* already been unregistered.
*
*/
void Release();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy