Hi All,
I'm interesting in ble_app_blinky this project that how to create characteristic name and service name?

Best regards,
Kai
Hi All,
I'm interesting in ble_app_blinky this project that how to create characteristic name and service name?

Best regards,
Kai
Hi,
The mobile app finds the name of the service and characteristics by looking up the UUIDs in the database here: https://github.com/NordicSemiconductor/bluetooth-numbers-database.
Best regards,
Vidar
Hi Vidar,
Thank you for your help,I will try it.
Hi Vidar,
Thank you for your help,I will try it.
Yes, my point is that the FW can only specify he UUIDs to identify the attributes. Mapping from UUIDs to service and characteristic names must be done by the client in the mobile app.