I have created custom characteristics by
I have created custom characteristics by
The name you see in the nRF Connect Mobile app does not come from the nRF52833. The name comes from the nRF Connect app itself. For example if you run the peripheral uart sample on the nRF52832, you will see the following:
The nRF Connect app sees the UUID 6e400003-b5a3-f393-e0a9-e50e24dcca9e, and knows that it is a TX Characteristic, so it will display the name "TX Characteristic".
If you want to display a name for you custom characteristic, you can do the following:
Best regards,
Simon
Hi Simon,
Thank you for response,
by any chance want to know can we hardcode the name of characteristics which will be sent out to an app which will be in place of unknown characteristics?
we're configuring 12-13 characteristics so having a certain name would be preferred along with UUID.
Thank you,
Regards,
Hitesh
I talked to a colleague, and got this confirmed. You can not give a name to a characteristic directly, the client has to recognize the UUID. See https://github.com/NordicSemiconductor/bluetooth-numbers-database
Best regards,
Simon