Message Flags#
Macros#
Message does not have flags
Message is an access layer reply to a unicast request
Message is an access layer reply to a multicast request
Message is either received with TTL=0 or is a response to such a message and should be sent out with TTL=0
Message is segmented in transport layer, can be used to force the use of transport layer segmentation
Use friendship credentials instead of normal credentials when sending data; used when publishing with friendship credential flag on in model publish settings
Use extended packet size instead of standard
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_NONEValue:
0x0
Message does not have flags
SL_BTMESH_NODE_MESSAGE_FLAG_REPLY#
#define SL_BTMESH_NODE_MESSAGE_FLAG_REPLYValue:
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_REPLYValue:
0x2
Message is an access layer reply to a multicast request
SL_BTMESH_NODE_MESSAGE_FLAG_TTL0#
#define SL_BTMESH_NODE_MESSAGE_FLAG_TTL0Value:
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_SEGTRANSValue:
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_FRIENDCREDValue:
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_EXTENDEDValue:
0x40
Use extended packet size instead of standard
SL_BTMESH_NODE_MESSAGE_FLAG_LONG_DELAY#
#define SL_BTMESH_NODE_MESSAGE_FLAG_LONG_DELAYValue:
0x80
long delay needed in sending two messages in reply that need to be sent in order