<?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>nRF Connect Desktop: Show Characteristic &amp;amp; Service Names</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51213/nrf-connect-desktop-show-characteristic-service-names</link><description>On the Android app, I can define human-readable names for my custom Services &amp;amp; Characteristics. 
 How do I do that on the Desktop app?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Aug 2019 16:28:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51213/nrf-connect-desktop-show-characteristic-service-names" /><item><title>RE: nRF Connect Desktop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205950?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2019 16:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62788d5d-f267-474f-98c2-a119a6227247</guid><dc:creator>awneil</dc:creator><description>[quote userid="6462" url="~/f/nordic-q-a/51213/nrf-connect-desktop-show-characteristic-service-names/205267"]There doesn&amp;#39;t seem to be any way to copy the UUIDs from the [desktop] app[/quote]
&lt;p&gt;However, it &lt;em&gt;&lt;strong&gt;is&lt;/strong&gt; &lt;/em&gt;possible to export them from the mobile app - and the exported file can be used with the Desktop app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desktop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205268?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 10:48:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bf7c6a2-dfad-4a08-92c3-e1f60cc39da3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;It would be helpful if the UUIDs could be easily copied &amp;amp; pasted from the source file which defines them; eg, from Nordic&amp;#39;s own Tutorial:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// FROM_SERVICE_TUTORIAL: Defining 16-bit service and 128-bit base UUIDs
#define BLE_UUID_OUR_BASE_UUID              {{0x23, 0xD1, 0x13, 0xEF, 0x5F, 0x78, 0x23, 0x15, 0xDE, 0xEF, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00}} // 128-bit base UUID
#define BLE_UUID_OUR_SERVICE_UUID                0xF00D // Just a random, but recognizable value

// ALREADY_DONE_FOR_YOU: Defining 16-bit characteristic UUID
#define BLE_UUID_OUR_CHARACTERISTC_UUID          0xBEEF // Just a random, but recognizable value

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Is there a way to define the Base UUID as 128-bit, and then others as 16-bit ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desktop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205267?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 10:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7356bdc5-0890-44c9-956c-be1755059424</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Hmm ...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There doesn&amp;#39;t seem to be any way to copy the UUIDs from the app to enter them into that fie.&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desktop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205265?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 10:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fa19bf2-e511-44f7-a2cc-5b6e39b83676</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You&amp;#39;re right - there it is:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1566383119383v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f603.svg" title="Smiley"&gt;&amp;#x1f603;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When you click the option, you get:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1566383478003v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I really don&amp;#39;t think it&amp;#39;s a good idea to have to set the global Windows configuration for the special case of this one particular app - would be better if the app held the option.&lt;/p&gt;
&lt;p&gt;The default file content is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
    &amp;quot;_comment&amp;quot;: {
        &amp;quot;comment&amp;quot;: [
            &amp;quot;Add UUIDs for your services, characteristics, and descriptors in this file.&amp;quot;,
            &amp;quot;The format is the UUID of the item, followed by an object containing the data.&amp;quot;,
            &amp;quot;&amp;#39;name&amp;#39; is a mandatory handle, while &amp;#39;format&amp;#39; is optional.&amp;quot;,
            &amp;quot;Currently the only supported format is &amp;#39;TEXT&amp;#39;, default is &amp;#39;NO_FORMAT&amp;#39;.&amp;quot;,
            &amp;quot;The application must be reloaded to access changes in this file.&amp;quot;
        ]
    },
    &amp;quot;uuid16bitServiceDefinitions&amp;quot;: {
        &amp;quot;180D&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;Heart Rate&amp;quot;
        }
    },
    &amp;quot;uuid16bitCharacteristicDefinitions&amp;quot;: {
        &amp;quot;2A37&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;Heart Rate Measurement&amp;quot;
        },
        &amp;quot;2A29&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;Manufacturer Name String&amp;quot;,
            &amp;quot;format&amp;quot;: &amp;quot;TEXT&amp;quot;
        }
    },
    &amp;quot;uuid16bitDescriptorDefinitions&amp;quot;: {},
    &amp;quot;uuid128bitServiceDefinitions&amp;quot;: {
        &amp;quot;6E400001B5A3F393E0A9E50E24DCCA9E&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;UART over BLE&amp;quot;
        }
    },
    &amp;quot;uuid128bitCharacteristicDefinitions&amp;quot;: {
        &amp;quot;6E400002B5A3F393E0A9E50E24DCCA9E&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;UART RX&amp;quot;
        },
        &amp;quot;6E400003B5A3F393E0A9E50E24DCCA9E&amp;quot;: {
            &amp;quot;name&amp;quot;: &amp;quot;UART TX&amp;quot;
        }
    },
    &amp;quot;uuid128bitDescriptorDefinitions&amp;quot;: {}
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The comment assumes that readers are familiar with JSON and what &amp;quot;object&amp;quot;, &amp;quot;handle&amp;quot;, etc mean in that context.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desctop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205259?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 10:10:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33f498d1-0d8f-4212-98fe-c22fd033df29</guid><dc:creator>mrono</dc:creator><description>[quote userid="13562" url="~/f/nordic-q-a/51213/nrf-connect-desctop-show-characteristic-service-names/205202"]I&amp;#39;m afraid it&amp;#39;s not implemented on the desktop version yet :/[/quote]
&lt;p&gt;It has been possible for quite some time to give human-friendly&amp;nbsp;aliases&amp;nbsp;for UUIDs in the desktop app. Or are we talking about some other kind of naming?&lt;/p&gt;
&lt;p&gt;There is a uuid_definitions.json file somewhere on your system that has the definitions. The file is available from the settings menu (the gear icon) of the adapter in nRF Connect. It seems you need to be connected for the menu item to show up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desctop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205219?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 08:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5da394dd-8676-459c-831e-41264e9c3044</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That&amp;#39;s a shame!&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When you say, &amp;quot;yet&amp;quot; - does that mean it &lt;em&gt;&lt;strong&gt;is&lt;/strong&gt; &lt;/em&gt;in the schedule for a future update ... ?&lt;/p&gt;
&lt;p&gt;If so, I might hold off verifying the answer til it&amp;#39;s done ...&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f609.svg" title="Wink"&gt;&amp;#x1f609;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect Desctop: Show Characteristic &amp; Service Names</title><link>https://devzone.nordicsemi.com/thread/205202?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2019 08:07:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee9c4f2e-5ba9-45e6-bde3-4180ec65c871</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid it&amp;#39;s not implemented on the desktop version yet :/&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>