<?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>try to set MAC in to nRF51 SDK9</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25922/try-to-set-mac-in-to-nrf51-sdk9</link><description>void set_addr (void) 
 {
static ble_gap_addr_t m_central_addr;
 
m_central_addr.addr_type = BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE;
m_central_addr.addr[0] = 0x7a;
m_central_addr.addr[1] = 0x38;
m_central_addr.addr[2] = 0x28;
m_central_addr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Oct 2017 12:19:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25922/try-to-set-mac-in-to-nrf51-sdk9" /><item><title>RE: try to set MAC in to nRF51 SDK9</title><link>https://devzone.nordicsemi.com/thread/102101?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 12:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d31d0b5c-9acd-41ad-982b-16be969b7ccd</guid><dc:creator>Mikhail</dc:creator><description>&lt;p&gt;Yes, now work. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: try to set MAC in to nRF51 SDK9</title><link>https://devzone.nordicsemi.com/thread/102100?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 11:43:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21f8e59c-c770-42d3-b59d-3f7928da1d79</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Use &lt;code&gt;BLE_GAP_ADDR_TYPE_RANDOM_STATIC&lt;/code&gt;,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;m_central_addr.addr_type  = BLE_GAP_ADDR_TYPE_RANDOM_STATIC;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: try to set MAC in to nRF51 SDK9</title><link>https://devzone.nordicsemi.com/thread/102099?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 11:42:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad48235f-cffc-4fb1-8a5c-c2211836e9a3</guid><dc:creator>Mikhail</dc:creator><description>&lt;p&gt;if I need set mac like above? What shoul I do instead?
addr_type doesn&amp;#39;t matter. I just need set mac addr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: try to set MAC in to nRF51 SDK9</title><link>https://devzone.nordicsemi.com/thread/102098?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 11:37:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c83cc47f-1d25-4ab4-ab27-4bb7f114b6f3</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As shown in the figure in &lt;a href="https://devzone.nordicsemi.com/question/110308/i-want-to-change-the-ble-address/?answer=110344#post-id-110344"&gt;this post&lt;/a&gt;, for Random Private non-resolvable addresses, the 2 MSB must be set to &lt;code&gt;00&lt;/code&gt;, and not 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>