This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HOW DO I CALCULATE THROUGHPUT FOR A BLE LINK?

Hi, i am confused about few things.

How can I calculate the maximum throughput for a ble link between peripheral and central device ? I'm sending a packet (20bytes = 160 bits) every 40ms until send a total of 1000 packets. 

R = (160*1000)/40s = 4000bps => 3.9kbps

That is a correct way for calculate throughput for ble ?? and the max and min connection interval ? at this moment my parameters are:

DEFAULT_DESIRED_MIN_CONN_INTERVAL     32; // 40ms

DEFAULT_DESIRED_MAX_CONN_INTERVAL     64; //80ms

How do these values ​​interfere with my calculations? 

Thank you for everyone and please, help me :) 

Regards