User Activity

I am working on STM32WB15CC and working on bluetooth application (Custom Server). I am facing a problem whenever I call the functions from ble libraries like (ble_gap_aci, ble_hci_le)etc. e.g. I used the command to stop advertising or to disconnect u...
Hi!I want to develop the AT Server for STM32WB55. I am using the custom template where all the BLE setting is already performed and now I want to write code for AT commands. What I do is to receive the command from the COM port and then execute it. E...