Uses of Class
org.bluez.exceptions.mesh.BluezMeshDoesNotExistException
Packages that use BluezMeshDoesNotExistException
-
Uses of BluezMeshDoesNotExistException in org.bluez.mesh
Methods in org.bluez.mesh that throw BluezMeshDoesNotExistExceptionModifier and TypeMethodDescriptionvoidManagement1.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.
voidManagement1.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.
voidNode1.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.voidManagement1.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.voidManagement1.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.voidManagement1.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.