Message Flags#

Macros#

#define

Message does not have flags

#define

Message is an access layer reply to a unicast request

#define

Message is an access layer reply to a multicast request

#define

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

#define

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

#define

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

#define

Use extended packet size instead of standard

#define

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

Macro Definition Documentation#

SL_BTMESH_NODE_MESSAGE_FLAG_NONE#

#define SL_BTMESH_NODE_MESSAGE_FLAG_NONE
Value:
0x0

Message does not have flags


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


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


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


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


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


SL_BTMESH_NODE_MESSAGE_FLAG_EXTENDED#

#define SL_BTMESH_NODE_MESSAGE_FLAG_EXTENDED
Value:
0x40

Use extended packet size instead of standard


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