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

How can i know num_packets?

I want to find out BLE throughput.

Throughput_bps = num_packets * (ATT_MTU - 3) * 8 / seconds.

In this equation, how can I find out num_packets?

 

Also, ATT_MTU = 23?(/** @brief Default ATT MTU, in bytes. */  #define BLE_GATT_ATT_MTU_DEFAULT 23) when default code?

Related