All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bluez.GattProfile1 Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy