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