cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB BLE Connection examples v1.10.0

LSpad.1
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
LSpad.1
Associate III

The new libraries modify the max link number to 2, so you have to manually change it back to 8.

View solution in original post

1 REPLY 1
LSpad.1
Associate III

The new libraries modify the max link number to 2, so you have to manually change it back to 8.