Getting started with BLE on STM32WB55
I just started working on STM32WB55 and was going through the BLE example codes given in the STM32Cube_FW_WB_V1.2.0 package. I am confused in understanding the program structure of the code (where to add new services, characteristics, where to handle the events generated by read and write services) as I would like to add a simple read or write service to the code.
In which file do i need to edit or add these?
Regards,
Haider