Class AgentManager

java.lang.Object
com.github.hypfvieh.bluetooth.wrapper.AbstractBluetoothObject
com.github.hypfvieh.bluetooth.wrapper.AgentManager

public class AgentManager extends AbstractBluetoothObject
  • Constructor Details

    • AgentManager

      public AgentManager(org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection)
  • Method Details

    • getInterfaceClass

      protected Class<? extends org.freedesktop.dbus.interfaces.DBusInterface> getInterfaceClass()
      Description copied from class: AbstractBluetoothObject
      DBus-Interface class used in this wrapper object.
      Specified by:
      getInterfaceClass in class AbstractBluetoothObject
      Returns:
      class which implements the interface
    • registerAgent

      public boolean registerAgent(String path, String capability)
    • requestDefaultAgent

      public boolean requestDefaultAgent(String path)
    • unregisterAgent

      public boolean unregisterAgent(String path)