This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding a name to custom UUID

Hi, I've created a custom service for my application. However, is there any way to give a name to the corresponding UUID? I want the custom UUDI to be appearing for example as "IMU_Service", is that possible?

  • Hi,

    Yes, you can add custom UUID definitions in the file %APPDATA%\nrfconnect\uuid_definitions.json.

    I did a quick test with a modified version of the Nordic UART Service (changed UUID from 0x0001 to 0x0005):

    This shows in nRF Connect as "Custom UART":

    Best regards,
    Jørgen

  • Thanks for your prompt response !! It works great for both services and characteristics!!