Hii,
I want to assign name to my custom service. how can i add it i am using nrf52 chip and s132 softdevice. I have add new service using sd_ble_gatts_service_add() API;
Hii,
I want to assign name to my custom service. how can i add it i am using nrf52 chip and s132 softdevice. I have add new service using sd_ble_gatts_service_add() API;
Hi,
Please take a look at these answers.
A solution to distinguish between the different characteristics in the custom service, is to add a User Description Characteristic. Have a look at this thread to learn more about how to do it.
A solution to distinguish between the different characteristics in the custom service, is to add a User Description Characteristic. Have a look at this thread to learn more about how to do it.