Package org.bluez

Interface HealthManager1

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface HealthManager1 extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: health-api.txt.

Service: org.bluez
Interface: org.bluez.HealthManager1

Object path:
/org/bluez/

  • Method Summary

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    CreateApplication(Map<String,org.freedesktop.dbus.types.Variant<?>> _config)
    From bluez documentation:

    Returns the path of the new registered application.
    Application will be closed by the call or implicitly
    when the programs leaves the bus.

    config:
    uint16 DataType:

    Mandatory

    string Role:

    Mandatory.
    void
    DestroyApplication(org.freedesktop.dbus.DBusPath _application)
    From bluez documentation:

    Closes the HDP application identified by the object
    path.

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • CreateApplication

      org.freedesktop.dbus.DBusPath CreateApplication(Map<String,org.freedesktop.dbus.types.Variant<?>> _config) throws BluezInvalidArgumentsException
      From bluez documentation:

      Returns the path of the new registered application.
      Application will be closed by the call or implicitly
      when the programs leaves the bus.

      config:
      uint16 DataType:

      Mandatory

      string Role:

      Mandatory. Possible values: "source",
      "sink"

      string Description:

      Optional

      ChannelType:

      Optional, just for sources. Possible
      values: "reliable", "streaming"

      Parameters:
      _config - config
      Returns:
      DBusPath - maybe null
      Throws:
      BluezInvalidArgumentsException - when argument is invalid
    • DestroyApplication

      void DestroyApplication(org.freedesktop.dbus.DBusPath _application) throws BluezInvalidArgumentsException, BluezNotFoundException, BluezNotAllowedException
      From bluez documentation:

      Closes the HDP application identified by the object
      path. Also application will be closed if the process
      that started it leaves the bus. Only the creator of the
      application will be able to destroy it.

      Parameters:
      _application - application
      Throws:
      BluezInvalidArgumentsException - when argument is invalid
      BluezNotFoundException - when item not found
      BluezNotAllowedException - when operation not allowed