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.
Hi TI experts,
Did you stress-test the maximum connection establishment on SmartRF06 Board + CC2650 EM with BLE-Stack 2.2?
We optimized the memory usage of simple_central project by commenting out -DBLE_V41_FEATURES=V41_CTRL_CFG and -DGAP_BOND_MGR.
It's not efficient, because the central can only connect with 5 peripherals.
(The central can connect with 6 peripherals in our previous version with BLE-stack 2.1)
The following is other parameters.
Connection Interval = 80; // 100 ms
HEAPMGR_SIZE = 0; // auto-allocation
PDU size = 27;
PDU num = 6;
Best Regards.
Peter.