STM32WB cannot connect to the phone using code from cubemx
I am using STM32WB50 to build a sensor which can be connected by the Android app via BLE. The code is generated by cubemx, and advertise works fine. But it will not work when the phone request a connection with the MCU.
I captured the BLE packages with a BLE analyzer and it shows that the MCU did not answer to "LL_FEATURE_REQ" send from my phone.
The app debug messeges are as follows:
Then I tried to download the example for Nucleo(STM32WB55) to my MCU and the problem remains the same.
Thank you for helping me and if anything is not clear please let me know.
