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

org.bluez.SimAccess1 Maven / Gradle / Ivy

Go to download

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.bluez.exceptions.BluezFailedException;
import org.freedesktop.dbus.interfaces.DBusInterface;

/**
 * File generated - 2023-02-20.
* Based on bluez Documentation: sap-api.txt.
*
* Service: org.bluez
* Interface: org.bluez.SimAccess1
*
* Object path:
* [variable prefix]/{hci0,hci1,...}
*
* Supported properties:
*
* boolean Connected [readonly]
*
* Indicates if SAP client is connected to the server.
*
*/ public interface SimAccess1 extends DBusInterface { /** * From bluez documentation:
*
* Disconnects SAP client from the server.
*
* * @throws BluezFailedException on failure */ void Disconnect() throws BluezFailedException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy