This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to increase OpenMesh's data payload over 23 bytes?

Recently, I've built up the latest OpenMesh v.0.85 example among 3 pieces of nRF51DK successfully. For my application, I would like to increase the data payload, is it possible? I tried to enlarge the parameter settings by plus 10 shown as below, but failed.

#define BLE_ADV_PACKET_PAYLOAD_MAX_LENGTH   (31+10)    //default:31
#define RBC_MESH_VALUE_MAX_LEN     (23+10)      //default:23

Anyone can help me if you know how to do.

Thanks, Stephen

Related