<?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>about UUID</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13503/about-uuid</link><description>Is it possible to make a services like this：
services UUID : 55550001-5555-5555-5555-55555555555
characteristic UUID : 55550001-4444-4444-4444-444444444444</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Apr 2016 07:11:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13503/about-uuid" /><item><title>RE: about UUID</title><link>https://devzone.nordicsemi.com/thread/51550?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 07:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61af9b3a-0ec6-4767-b53c-88d01a7aabf7</guid><dc:creator>hunter</dc:creator><description>&lt;p&gt;i do it.need change vs_uuid_count&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about UUID</title><link>https://devzone.nordicsemi.com/thread/51549?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 06:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c8a1f5a-f7fa-42b2-8dc8-5c9f314f6a48</guid><dc:creator>hunter</dc:creator><description>&lt;p&gt;when i repeat the process of adding vs_uuid&amp;#39;s.useing sd_ble_uuid_vs_add and sd_ble_gatts_service_add twice.there will be two services.like this:
first service UUID：72980000-0c38-11e6-ac45-0002a5d5c51b characteristic UUID: 72980003-0c38-11e6-ac45-0002a5d5c51b
Second service UUID: 72980000-ffff-ffff-ffff-ffffffffffff characteristic UUID:72980003-ffff-ffff-ffff-ffffffffffff&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about UUID</title><link>https://devzone.nordicsemi.com/thread/51548?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 06:15:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27ca11a4-d201-499e-9a2e-3087c8344b81</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;So then you have to repeat the process of adding vs_uuid&amp;#39;s (as mention at the bottom of the answer)
This will take more space in your local database, but it is possible. Default max number of vs uuid is 10, but with the latest softdevice this can be controlled in the sd_ble_enable&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about UUID</title><link>https://devzone.nordicsemi.com/thread/51547?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 06:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4db6169-65ea-4b0e-b451-f18df11038e0</guid><dc:creator>hunter</dc:creator><description>&lt;p&gt;In you way.
service UUID：72980000-0c38-11e6-ac45-0002a5d5c51b
characteristic UUID:  72980003-0c38-11e6-ac45-0002a5d5c51b&lt;/p&gt;
&lt;p&gt;This is not what I want.
I want this:
service UUID：72980000-0c38-11e6-ac45-0002a5d5c51b
characteristic UUID:  72980003-ffff-ffff-ffff-ffffffffffff
I can change FFFF to anythings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about UUID</title><link>https://devzone.nordicsemi.com/thread/51546?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 05:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d561292-08e8-40b5-9ed1-e8faeebf6629</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;Hi Hunter,&lt;/p&gt;
&lt;p&gt;It is possible to create a service with characteristics like that, but the recommended way is to create a base UUID at &lt;a href="http://www.itu.int/en/ITU-T/asn1/Pages/UUID/generate_uuid.aspx"&gt;www.itu.int/.../generate_uuid.aspx&lt;/a&gt; (so that you get a unique UUID) or you can generate it based on &lt;a href="http://www.itu.int/ITU-T/studygroups/com17/oid/X.667-E.pdf."&gt;www.itu.int/.../X.667-E.pdf.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you have generated it, you can use the function call &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v2.0.0/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html?cp=1_4_0_1_0_2_0_2_2_8#ga265b4251110a15120d0aa97e5152163b"&gt;sd_ble_uuid_vs_add&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;Generated UUID
7298d7a0-0c38-11e6-ac45-0002a5d5c51b&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_uuid128_t vs_uuid = 
    {0x1b, 0xc5, 0xd5, 0xa5, 0x02, 0x00, 0x45, 0xac, 0xe6, 0x11, 0x38, 0x0c, 0x0, 0x0, 0x98, 0x72};
// Notice that byte [12-13] is set to 0 instead of 0xd7a0, 
// this is because the this array is stored and then combined with the ble_uuid_t type.
uint8_t vs_uuid_id;

uint32_t errcode = sd_ble_uuid_vs_add(vs_uuid, &amp;amp;vs_uuid_id);

// Now you can use this uuid for a service
ble_uuid_t my_uuid = {0x0001, vs_uuid_id};
errcode = sd_ble_gatts_service_add(type, &amp;amp;my_uuid, &amp;amp;handle);
// Service UUID read from peer 72980001-0c38-11e6-ac45-0002a5d5c51b

my_uuid.uuid = 0x0003; //Change the UUID for the characteristic
ble_gatts_attr_t my_attr;
my_attr.p_uuid = &amp;amp;my_uuid;
errcode = sd_ble_gatts_characteristic_add(handle, &amp;amp;char_md, &amp;amp;attr_md, &amp;amp;char_handles);
// Characteristic UUID read from peer 72980003-0c38-11e6-ac45-0002a5d5c51b
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Similarily you can use the same function to create two differen vs_uuid&amp;#39;s like you did in your question, but it is better to stick to one random generated UUID as this will kind of be &lt;em&gt;your&lt;/em&gt; unique UUID.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>