In the description of nRF51-ble-bcast-mesh, there is mentioned that there could be up to 155 mesh values:
There may be up to 155 "Mesh value" characteristics in the mesh service in each node, depending on configuration parameters provided to the rbc_mesh_init() function at runtime.
However, when I'm trying to increase the numer of init_params.handle_count to 11 or more, the application is restarting all the time ( when init_params.handle_count is 10 or less it works fine). Is there someting that I'm missig? I'm working with nRF51822 EK.