Uses of Class
org.bluez.exceptions.mesh.BluezMeshNotSupportedException

Package
Description
 
  • Uses of BluezMeshNotSupportedException in org.bluez.mesh

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.types.UInt16
    Attention1.GetTimer(org.freedesktop.dbus.types.UInt16 _element)
    From bluez documentation:

    The element parameter is the unicast address within the node
    where the health server model is hosted.

    Returns the number of seconds for how long the attention action
    remains staying on.
    void
    Network1.Import(org.freedesktop.dbus.DBusPath _appRoot, byte[] _uuid, byte[] _devKey, byte[] _netKey, org.freedesktop.dbus.types.UInt16 _netIndex, Map<String,org.freedesktop.dbus.types.Variant<?>> _flags, org.freedesktop.dbus.types.UInt32 _ivIndex, org.freedesktop.dbus.types.UInt16 _unicast)
    From bluez documentation:

    This method creates a local mesh node based on node configuration that has been generated outside bluetooth-meshd.
    void
    Attention1.SetTimer(byte _elementIndex, org.freedesktop.dbus.types.UInt16 _time)
    From bluez documentation:

    The element_index parameter is the element's index within the
    node where the health server model is hosted.

    The time parameter indicates how many seconds the attention
    state shall be on.