BLE_MESH_MODEL_BUF_LEN macro
@def BLE_MESH_MODEL_BUF_LEN Helper for model message buffer length. Returns the length of a Mesh model message buffer, including the opcode length and a short MIC.
Arguments
_op
Opcode of the message.
_payload_len
Length of the model payload.
![]()
#define BLE_MESH_MODEL_BUF_LEN(_op, _payload_len) \