Uses of Class
org.bluez.exceptions.mesh.BluezMeshNotSupportedException
Packages that use BluezMeshNotSupportedException
-
Uses of BluezMeshNotSupportedException in org.bluez.mesh
Methods in org.bluez.mesh that throw BluezMeshNotSupportedExceptionModifier and TypeMethodDescriptionorg.freedesktop.dbus.types.UInt16Attention1.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.voidNetwork1.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.voidAttention1.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.