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?