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.

Mindtree SDK max remote device connections

I've modified the temperature demo application and am trying to create connections with multiple devices.  After turning on the bluetooth and initializing the stack and spp i place the "slave" devices in discovery mode and the have the (1)"master" device start an inquiry.  After the inquiry completes i have a list of all (up to 7) "slave devices.  I can create 2 acl connections without a problem but when i attempt to connect to the 3rd i will either never get a connection_complete_event response or fail during the SDP process.  

Am I running into a limitation of the Mindtree stack?  I've attempted to increase various defines in the BT_limit.hj file but have not found the right combination.  Changing MAX_SPP_CONNECTIONS to 3 crates a problem in the SDP phase while changing it to 5 causes no connection_complete_event

Any thoughts?

Ryan T.