Hello,
I am using sensortag based custom CC2650 Board.
I am using two Boards for data Packet transfer over BLE connection.
I created one project using Stack ble_cc26xx_2_01_01_44627 and TI-RTOS 2.13. For this project I am able to transfer about 30 Packets of four Bytes over one BLE connection.
I created another project using Stack ble_sdk_2_02_01_18 and TI-RTOS 2.20. For this project I am able to transfer only 1 Packet of four Bytes over one BLE connection; in this case transfer of second packet gives timeout error(0x16).
For both projects I am using multirole profile and application code is also same.
Please advice me on how can I increase number of data packets transferred over one BLE connection.