Message Flags#

Macro Definition Documentation#

SL_BTMESH_NODE_MESSAGE_FLAG_NONE#

#define SL_BTMESH_NODE_MESSAGE_FLAG_NONE
Value:
0x0

Message does not have flags


Definition at line 383 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_REPLY#

#define SL_BTMESH_NODE_MESSAGE_FLAG_REPLY
Value:
0x1

Message is an access layer reply to a unicast request


Definition at line 386 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_MULTICAST_REPLY#

#define SL_BTMESH_NODE_MESSAGE_FLAG_MULTICAST_REPLY
Value:
0x2

Message is an access layer reply to a multicast request


Definition at line 389 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_TTL0#

#define SL_BTMESH_NODE_MESSAGE_FLAG_TTL0
Value:
0x4

Message is either received with TTL=0 or is a response to such a message and should be sent out with TTL=0


Definition at line 393 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_SEGTRANS#

#define SL_BTMESH_NODE_MESSAGE_FLAG_SEGTRANS
Value:
0x10

Message is segmented in transport layer, can be used to force the use of transport layer segmentation


Definition at line 397 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_FRIENDCRED#

#define SL_BTMESH_NODE_MESSAGE_FLAG_FRIENDCRED
Value:
0x20

Use friendship credentials instead of normal credentials when sending data; used when publishing with friendship credential flag on in model publish settings


Definition at line 402 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_EXTENDED#

#define SL_BTMESH_NODE_MESSAGE_FLAG_EXTENDED
Value:
0x40

Use extended packet size instead of standard


Definition at line 405 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

SL_BTMESH_NODE_MESSAGE_FLAG_LONG_DELAY#

#define SL_BTMESH_NODE_MESSAGE_FLAG_LONG_DELAY
Value:
0x80

long delay needed in sending two messages in reply that need to be sent in order


Definition at line 409 of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h