[stm32wb55] Replicate BLE cable replament with CudeIde code generator fails no tx event
I have a dev board NucleWB55 and I'm trying to replicate the application BLE Cable Replacement using code generator of STMe2CubeIde 1.11.0. I configured 1 service with 2 charateristic, read and write no response for tx and read notify for rx.
From an external app android 2 firmware are identical.
I checked many times init code are identical.
In my code generated when I try to send data to ble device with the app serial bluetooth terminal, no event is generated, but with the same app and firmware Cable Replacement I receive the event of data received.
Is it an issue?
I'd like keep the code generator in my test project, so I can easly add code in the future, but it's very hard.
Thank you for suggestions.