Associate II
May 14, 2019
Question
STM32WB. How to add multiple characteristics under one BLE Service
- May 14, 2019
- 2 replies
- 1353 views
Hi
Im working on custom template from STM32WB Workshop HandsOn_3 with template BLE server. I've tried to add more custom characteristics (notify with variable values) to my service. Ive modified the code to the moment that I see them on the Client BLE app on my phone but ony one characteristic send the desired value (the last one).
Iva searched in the provided examples in STM32CubeWB but there is no example with 2 or more characteristics with notify/read property under one service.
Is there any instruction how to do that?
project in the attachment