Other Parts Discussed in Thread: CC2650
Hi,
I try to establish 5-8 connections for a CC2650 module which was programmed with multi role firmware. I followed this post (e2e.ti.com/.../421106) to configure the define MAX_NUM_BLE_CONNS in bleUserConfig.h and the firmware was modified depends on the multi-role demo. However, the user0Cfg.maxNumConns and llUserCfg_t.maxNumConns was still 3, which force me to configure them at the beginning of main() and stack_main(). Anyone know the reason for this?
More importantly, althougth I can connect the fourth device after I modefied maxNumConns, the fourth device cannot find any survice in the connction or do any communication. I wonder if there is any other default parameter should be change to maintain more than 3 communiction.