<?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 App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60904/nrf-connect-app</link><description>After changing the Rx Charecteristics UUID, Nrf Connect App it is showing the LED BUTTON SERVICE. Why ? I want to write the hex data as previously.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 May 2020 09:19:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60904/nrf-connect-app" /><item><title>RE: Nrf Connect App</title><link>https://devzone.nordicsemi.com/thread/247798?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 09:19:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ead99295-3b93-431d-b2e3-0271776c315c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;In ble_lbs.h you can find the UUID that the example use by default, I suggest that if you want to make you own application you change LBS_UUID_BASE to something else:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// change these parameters
#define LBS_UUID_BASE        {0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, \
                              0xDE, 0xEF, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00}
#define LBS_UUID_SERVICE     0x1523
#define LBS_UUID_BUTTON_CHAR 0x1524
#define LBS_UUID_LED_CHAR    0x1525
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>