<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Adding a name to custom UUID</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59681/adding-a-name-to-custom-uuid</link><description>Hi, I&amp;#39;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 &amp;quot;IMU_Service&amp;quot;, is that possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Mar 2020 14:54:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59681/adding-a-name-to-custom-uuid" /><item><title>RE: Adding a name to custom UUID</title><link>https://devzone.nordicsemi.com/thread/242491?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 14:54:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e6ebf6a-ab71-4945-9702-3f35392c8b21</guid><dc:creator>Nikosant03</dc:creator><description>&lt;p&gt;Thanks for your prompt response&amp;nbsp;!! It works great for both services and characteristics!!&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6521.Screenshot_5F00_7.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding a name to custom UUID</title><link>https://devzone.nordicsemi.com/thread/242402?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 12:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c718f47-e109-4c61-942c-bbfeed5bdabe</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, you can add custom UUID definitions in the file&amp;nbsp;%APPDATA%\nrfconnect\uuid_definitions.json.&lt;/p&gt;
&lt;p&gt;I did a quick test with a modified version of the Nordic UART Service (changed UUID from 0x0001 to 0x0005):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;uuid128bitServiceDefinitions&amp;quot;: {
    &amp;quot;6E400005B5A3F393E0A9E50E24DCCA9E&amp;quot;: {
        &amp;quot;name&amp;quot;: &amp;quot;Custom UART&amp;quot;
    }
},&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This shows in nRF Connect as &amp;quot;Custom UART&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-086ff5e165244438b42c34afefe8dc1f/nrfconnect_5F00_custom_5F00_uuid_5F00_name.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>