How to add a custom service name and characteristic name ??
How to add a custom service name and characteristic name ??
to what?
EDIT
For nRF Connect, see: https://devzone.nordicsemi.com/f/nordic-q-a/51213/nrf-connect-desktop-show-characteristic-service-names
how to change the custom service name and characterstic name(i want to display the temeperature in the mobile now its displaying as unknown) in developing for peripheral
It's up to the Mobile to know the name from the Characteristic's UUID - so you have to code it in your app.
Hi,
"Unknown Service" is here expected. Only the BLE SIG predefined services + some custom services(Nordic UART service, DFU, Eddystone) will be listed with a service name in nRF Connect. Other custom services will be shown as "Unknown Service". But, you can locally set your own name for your custom service in nRF Connect.
See this answer for more information.
-Amanda H.