Package org.bluez

Interface HealthDevice1

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

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

Service: org.bluez
Interface: org.bluez.HealthDevice1

Object path:
[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Supported properties:

object MainChannel [readonly]

The first reliable channel opened. It is needed by
upper applications in order to send specific protocol
data units. The first reliable can change after a
reconnection.



  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    This signal is launched when a new data channel is
    created or when a known data channel is reconnected.
    static class 
    This signal is launched when a data channel is deleted.
    After this signal the data channel path will not be
    valid and its path can be reused for future data
    channels.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    CreateChannel(org.freedesktop.dbus.DBusPath _application, String _configuration)
    From bluez documentation:

    Creates a new data channel.
    void
    DestroyChannel(org.freedesktop.dbus.DBusPath _channel)
    From bluez documentation:

    Destroys the data channel object.
    boolean
    From bluez documentation:

    Sends an echo petition to the remote service.

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

    getObjectPath, isRemote