<?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>Generic Service UUID Selection Error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20018/generic-service-uuid-selection-error</link><description>Hi! 
 I try to create a custom service. To do that I copied the ble_bas service and followed this guide. 
 You can see my init function here: 
 #define APP_UUID {{ 0xC0, 0xBE, 0xBA, 0xEE, 0xFF, 0xC0,0xBE, 0xBA, 0xEE, 0xFF, 0xC0,0xBE, 0xBA, 0xEE, 0xFF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Feb 2017 13:14:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20018/generic-service-uuid-selection-error" /><item><title>RE: Generic Service UUID Selection Error</title><link>https://devzone.nordicsemi.com/thread/77928?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 13:14:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c906d463-e596-4253-85a7-99bf24b62358</guid><dc:creator>Yatekii</dc:creator><description>&lt;p&gt;Thank you, that did that trick! I have some other stuff not working yet but I am positive I can fix that :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Service UUID Selection Error</title><link>https://devzone.nordicsemi.com/thread/77927?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 11:02:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d03ab4e-ebb7-4b83-9d05-343fafe09333</guid><dc:creator>J&amp;#248;rgen Kvalvaag</dc:creator><description>&lt;p&gt;You are forgetting to set the &lt;code&gt;ble_uuid.uuid&lt;/code&gt; value.&lt;/p&gt;
&lt;p&gt;Add the line &lt;code&gt;ble_uuid.uuid = 0xBAEE;&lt;/code&gt; before the call to &lt;code&gt;sd_ble_gatts_service_add()&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>