Code: Untitled.c Select all
I am using Nimble spp_server and the client app. My board is esp32c3. I am successfully able to communicate the two boards . Now the issue is if I want to connect my 2nd board with spp_server then it stops connecting it . It only connects 1 board at a time.
I also configured the concurrent define parameter and as well as the BT_CTRL_BLE_MAX_ACT as shown in the attached picture. I set the value to 3 then 4 and then 8 . All the time same issue.