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

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

    Modifier and Type
    Method
    Description
    void
    Management1.CreateAppKey(org.freedesktop.dbus.types.UInt16 _netIndex, org.freedesktop.dbus.types.UInt16 _appIndex)
    From bluez documentation:

    This method is used by the application to generate and add a new
    application key.

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

    The app_index parameter is a 12-bit value (0x000-0xFFF)
    specifying which app key to add.

    This call affects the local bluetooth-meshd key database only.

    void
    Management1.ImportAppKey(org.freedesktop.dbus.types.UInt16 _netIndex, org.freedesktop.dbus.types.UInt16 _appIndex, byte[] _appKey)
    From bluez documentation:

    This method is used by the application to add an application
    key, that was originally generated by a remote Config Client.

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

    The app_index parameter is a 12-bit value (0x000-0xFFF)
    specifying which app key to import.

    The app_key parameter is the 16-byte value of the key being
    imported.

    This call affects the local bluetooth-meshd key database only.

    void
    Node1.Publish(org.freedesktop.dbus.DBusPath _elementPath, org.freedesktop.dbus.types.UInt16 _model, Map<String,org.freedesktop.dbus.types.Variant<?>> _options, byte[] _data)
    From bluez documentation:

    This method is used to send a publication originated by a local
    model.
    void
    Management1.SetKeyPhase(org.freedesktop.dbus.types.UInt16 _netIndex, byte _phase)
    From bluez documentation:
    This method is used to set the flooding key update phase of the
    given subnet.
    void
    Management1.UpdateAppKey(org.freedesktop.dbus.types.UInt16 _appIndex)
    From bluez documentation:

    This method is used by the application to generate a new
    application key.

    The app_index parameter is a 12-bit value (0x000-0xFFF)
    specifying which app key to update.
    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.