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.

CC2540: As central is it possible to send multiple write and read requests to different characteristics within the same connection interval?

Part Number: CC2540

Using the CC2540 as central connecting to 2 peripherals I want to read 5 and write 7 characteristics (20 bytes each). to the peripherals on each connection events

How can I send all these requests and write requests within 1 connection interval?

As far as I understand, GATT_ReadCharValue will be completed after the GATT_MSG_EVENT is generated with ATT_READ_RSP or ATT_ERROR_RSP.

The same goes with GATT_WriteCharValue.

Do I have to wait for the procedure to be completed before sending a new request? Does this means that it will take 12 connections event to send all these requests?