Hi Antonio,
The following definition in mesh_types.h appears to set the max length to 14.
#define gMeshMaxAppCustomDataSize_c 14
I tried changing this value but it appears to be set to 14 in the mesh binary. Mesh_SendCustomData() will return an error if meshCustomData_t.dataLength >= 14 regardless of the gMeshMaxAppCustomDataSize_c value.
Is there any way to increase the max size or is this it?
Philip