2021-01-27 04:44 AM
Hi,
i have an STM32WB used as client. Compiling the project with libraries 1.8.0 i can connect 5 BLE servers without any problem, compiling the project with libraries 1.10.0 i can't connect more than 2 BLE Servers, from the third aci_gap_create_connection return 0x41.
I thought that the problem was the STACK Ble not updated, but updating it the problem is still these. Which can be the cause?
Thank you in advance
Solved! Go to Solution.
2021-02-04 11:37 PM
The new libraries modify the max link number to 2, so you have to manually change it back to 8.
2021-02-04 11:37 PM
The new libraries modify the max link number to 2, so you have to manually change it back to 8.