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

Max size of data to send from one node to other ble mesh

I want to send sensor data from one node to other using access_model_reliable_publish() method, but my data is too large and I'm  not able to send large data. What is the maximum size of data we send using access_model_reliable_publish()? What is size of packet and how many bytes of data we send at a time? I want to send 8192 bytes of data(i.e my uint8_t array size is 8192), how i can send it through single packet. Will you please provide the solution?

Thanks.

Related