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.

[CC2640] How Many Packages in One Connected Interval?

Other Parts Discussed in Thread: CC2640

Hi,

How Many Packages in One Connected Interval? And, how to control in CC2640 F/W?

  • Hi Isaac,

    For CC2640, there is no design limit of packets that can be sent by the CC2640 during the Connection Event. Th effective limit will be the amount of memory you have allocated to queue up packets. Please refer to the MAX_NUM_PDU definition in the BLE CC2640 BLE SW Developer's Guide (SWRU393) and bleUserConfig.h in the SDK.

    Note that the peer device or RF channel conditions may limit the number of packets. For example, current iOS devices have a max limit of 7 packets per event.

    Best wishes