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

Packages that use BluezMeshBusyException
Package
Description
 
  • Uses of BluezMeshBusyException in org.bluez.mesh

    Modifier and Type
    Method
    Description
    TwoTuple<org.freedesktop.dbus.DBusPath,List<TwoTuple<Byte,List<TwoTuple<org.freedesktop.dbus.types.UInt16,Map<String,org.freedesktop.dbus.types.Variant<?>>>>>>>
    Network1.Attach(org.freedesktop.dbus.DBusPath _appRoot, org.freedesktop.dbus.types.UInt64 _token)
    From bluez documentation:

    This is the first method that an application must call to get
    access to mesh node functionalities.

    The app_root parameter is a D-Bus object root path of
    the application that implements org.bluez.mesh.Application1
    interface.
    void
    Network1.Leave(org.freedesktop.dbus.types.UInt64 _token)
    From bluez documentation:

    This removes the configuration information about the mesh node
    identified by the 64-bit token parameter.
    void
    Management1.UnprovisionedScan(Map<String,org.freedesktop.dbus.types.Variant<?>> _options)
    From bluez documentation:

    This method is used by the application that supports
    org.bluez.mesh.Provisioner1 interface to start listening
    (scanning) for unprovisioned devices in the area.

    The options parameter is a dictionary with the following keys
    defined:

    uint16 Seconds
    Specifies number of seconds for scanning to be active.
    If set to 0 or if this key is not present, then the
    scanning will continue until UnprovisionedScanCancel()
    or AddNode() methods are called.

    Each time a unique unprovisioned beacon is heard, the
    ScanResult() method on the app will be called with the result.

    void
    Management1.UpdateSubnet(org.freedesktop.dbus.types.UInt16 _netIndex)
    From bluez documentation:

    This method is used by the application to generate a new network
    subnet key, and set it's key refresh state to Phase 1.

    The net_index parameter is a 12-bit value (0x000-0xFFF)
    specifying which net key to update.