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.

issue reading or writing during multiple concurrent connections using CC2540.

During a BLE master device scan, 3 peripheral devices are discovered.  The BLE master is the GATT server also. A connection is made successfully to each device, different handle for each.  T  However as the peripheral devices all try to communicate with GATT server they receive blePending return codes from reads or writes.  Is the stack not able to concurrently deal with its maximum allowed number of connections?  Do I have to change things so that even that all 3 connected only 1 can communicate at a time?  If so, I dont see much value add in the stack capable of 3 connections.  Any answers?

RD