Dear friends, As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get a detailed information for it. Regards.
Dear friends, As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get a detailed information for it. Regards.
There is no hard limit to how many packets can be sent in a connection event with s132. As long as the application can provide the SoftDevice with data to send and pull out any received data as fast as the packets are sent on air, the SoftDevice is able to continue sending packets for the whole connection interval.
For more information on this, check out the SoftDevice Specification, see especially chapter 18, "BLE data throughput".
Note that Connection event length extension needs to be turned on to continue sending packets for the whole connection interval.
thank u for your help