<?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>UUID 16 bit 128bit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9142/uuid-16-bit-128bit</link><description>Hi, in evothing and mbed all the UUID are 128bits long
however, in EK, the code use 16bit UUID
ex. nus.c the uuid is 0x0001 0x0002 0x0003 
 any one knows how to provide UUID to writecharacteristic in ble.js</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Sep 2015 14:41:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9142/uuid-16-bit-128bit" /><item><title>RE: UUID 16 bit 128bit</title><link>https://devzone.nordicsemi.com/thread/33694?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2015 14:41:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fe8b29f-a6dd-45d6-87b9-8cc027626162</guid><dc:creator>jjww</dc:creator><description>&lt;p&gt;thank you .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UUID 16 bit 128bit</title><link>https://devzone.nordicsemi.com/thread/33693?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2015 11:45:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19b7f98d-7b4d-4341-a3a8-65dd858011ab</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi jjww,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s also 128 bit UUID on the code for EK. It&amp;#39;s just that we have added the UUID base to the database using sd_ble_uuid_vs_add() function. After that we use the value in &amp;amp;p_nus-&amp;gt;uuid_type which is the index of the base in the database, in combination with the 16 bit UUID (0x0001, 0x0002 etc) instead of having to use the 128bit UUID everywhere.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>