<?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>Can&amp;#39;t seem to modify the LBS UUID&amp;#39;s</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21817/can-t-seem-to-modify-the-lbs-uuid-s</link><description>Hi, 
 I&amp;#39;m working with a nrf51822 based hardware which came programmed with some UUIDs and S110V7. Erased it completely, experimented with some non SD code first and finally got things to work with S110V8 and code based on the blinky_experimental example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 May 2017 05:34:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21817/can-t-seem-to-modify-the-lbs-uuid-s" /><item><title>RE: Can't seem to modify the LBS UUID's</title><link>https://devzone.nordicsemi.com/thread/85706?ContentTypeID=1</link><pubDate>Fri, 05 May 2017 05:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fefd24da-e6e4-4d3f-a587-9749dedf17de</guid><dc:creator>Glenn</dc:creator><description>&lt;p&gt;You rule !
Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't seem to modify the LBS UUID's</title><link>https://devzone.nordicsemi.com/thread/85705?ContentTypeID=1</link><pubDate>Fri, 05 May 2017 00:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac4c2d86-53a8-4e6d-84e8-ed58f95cccf1</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;did you &lt;em&gt;ever&lt;/em&gt; pair with the device during your testing? If so the bond information remains and iOS (and other things) cache it. If so you need to go into the bluetooth settings and entirely forget the device, then start over.&lt;/p&gt;
&lt;p&gt;Alternatively you can randomize your MAC address each time you start up, however if you then do start pairing, you end up with a ton of bond info you don&amp;#39;t really want.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't seem to modify the LBS UUID's</title><link>https://devzone.nordicsemi.com/thread/85704?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 21:49:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3757f7c-661c-4be8-991a-93391f96f8ef</guid><dc:creator>Glenn</dc:creator><description>&lt;p&gt;could it have something to do with the part of code in ble_stack_init ? :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_gap_addr_t addr;
err_code = sd_ble_gap_address_get(&amp;amp;addr);
APP_ERROR_CHECK(err_code);
err_code = sd_ble_gap_address_set(BLE_GAP_ADDR_CYCLE_MODE_NONE, &amp;amp;addr);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>