<?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>A question about the uuid part of the beacon example.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82710/a-question-about-the-uuid-part-of-the-beacon-example</link><description>I am studying the ble_beacon example among the examples provided by nordic. 
 I want to code the beacon&amp;#39;s uuid to indicate the mac address. 
 
 I studied to find the mac address and found the following 
 ----------------------------------------------</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Dec 2021 09:41:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82710/a-question-about-the-uuid-part-of-the-beacon-example" /><item><title>RE: A question about the uuid part of the beacon example.</title><link>https://devzone.nordicsemi.com/thread/343346?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:41:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f26028e-ba8f-43d8-84b6-3500862ad34c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The softdevice will use the addressed stored in FICR automatically (you can verify this if you use sd_ble_gap_addr_get), there is no need to provide a&amp;nbsp;GAP adress unless you want to modify/change it.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about the uuid part of the beacon example.</title><link>https://devzone.nordicsemi.com/thread/343278?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 23:31:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8cc6eb4-4ff2-434c-877b-ecb614897546</guid><dc:creator>Frobeast</dc:creator><description>&lt;p&gt;After declaring it before starting the advertisement,&lt;br /&gt;Where should the mac address such as NRF_FICR-&amp;gt;DEVICEADDR0 &amp;amp;0xff; be applied?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A question about the uuid part of the beacon example.</title><link>https://devzone.nordicsemi.com/thread/343153?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 12:33:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:337e5c2f-135f-40f7-96b3-23306c63874b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Before you start advertisment you should be able to do something like:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ret_code_t err_code;
ble_gap_addr_t device_addr;

err_code = sd_ble_gap_addr_get(&amp;amp;device_addr);
VERIFY_SUCCESS(err_code);

// Modify device_addr

err_code = sd_ble_gap_addr_set(&amp;amp;device_addr);
VERIFY_SUCCESS(err_code);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>