Tool/software: TI-RTOS
Hello!
I'm facing a problem where I can't connect to a CC26X2R1 Launchpad Rev. 1.0.1 running Project Zero from simplelink_cc26x2_sdk_2_20_00_36 after having reached the maximum number of connections and having closed 1 or more of the connections.
Steps to Reproduce
Setup:
- Take a CC26X2R1 Launchpad Rev. 1.0.1;
- Open Project Zero from simplelink_cc26x2_sdk_2_20_00_36;
- Modify MAX_NUM_BLE_CONNS to 2 (since I don't have 8 devices available to connect);
- Build and Flash the CC26X2R1 Launchpad Rev. 1.0.1 (from step 1);
Experiment:
- Connect MAX_NUM_BLE_CONNS (in my case, 2) devices to your CC26X2R1 Launchpad Rev. 1.0.1 running Project Zero from simplelink_cc26x2_sdk_2_20_00_36;
- Disconnect one of the connected devices (observe that the CC26X2R1 Launchpad Rev. 1.0.1 does not start advertising again);
- Try to reconnect to the CC26X2R1 Launchpad Rev. 1.0.1 (Connection fails, even though the device has less than MAX_NUM_BLE_CONNS connections).
How can I solve this problem? Is this a problem in the Bluetooth Stack or is it a problem in Project Zero?