<?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>DEVICEID in Advertising Specific Data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35170/deviceid-in-advertising-specific-data</link><description>Checking if this is possible and how to complete. 
 For the ble_app_beacon example, I&amp;#39;m able to reuse #define APP_DEVICE_TYPE 0x02, to be #define APP_DEVICE_TYPE 0x0E, 0x06, 0x40, 0x07, and view the new Specific data as hex for the beacon example in NRFconnect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Jun 2018 23:05:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35170/deviceid-in-advertising-specific-data" /><item><title>RE: DEVICEID in Advertising Specific Data</title><link>https://devzone.nordicsemi.com/thread/135417?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 23:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d99b7c1-86b8-421d-ad15-4f4455167a56</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Works the same for FICR_ADDRESS.&lt;/p&gt;
&lt;p&gt;-thank-you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DEVICEID in Advertising Specific Data</title><link>https://devzone.nordicsemi.com/thread/135221?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 14:57:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f23299f6-7b6f-4d9f-a1b7-566fab9f5406</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Referring to the ble_app_beacon example you will see that those defines are used to initialize the &lt;code&gt;m_beacon_info&lt;/code&gt; variable, which is a static array of type &lt;code&gt;uint8_t&lt;/code&gt;. You should be able to fill any bytes in that array similarly to how it is done with &lt;code&gt;major_value&lt;/code&gt; and &lt;code&gt;minor_value&lt;/code&gt; in &lt;code&gt;advertising_init()&lt;/code&gt;. There the values are initially fetched from &lt;code&gt;UICR_ADDRESS&lt;/code&gt;, defined as &lt;code&gt;0x10001080&lt;/code&gt; (which is &lt;code&gt;CUSTOMER[0]&lt;/code&gt;), but fetching the data from &lt;code&gt;DEVICEID[0]&lt;/code&gt; should work the same.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>