<?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>S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3629/s110-advertising-access-address-and-other-questions</link><description>I&amp;#39;m running the &amp;quot;Beacon Application for Eval Board&amp;quot; example for the S110 soft device on an nRF51822. 
 ( devzone.nordicsemi.com/.../a00070.html) 
 I&amp;#39;m using another BLE device (not Nordic) to read the advertising packet and I&amp;#39;m curious as to some anomalies</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jun 2015 19:54:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3629/s110-advertising-access-address-and-other-questions" /><item><title>RE: S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/thread/13165?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2015 19:54:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:527f1b42-0cbe-4e23-81e7-b9e5ff3989ee</guid><dc:creator>QuantumState</dc:creator><description>&lt;p&gt;Hey, Walter.  Sorry I left this sort of hanging.  By the time I figured it out, I forgot that I posted this question.  I edited my answer to be more correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/thread/13164?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2015 03:59:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:882b307c-29cb-4c58-bc8d-5fdfb3cf41e4</guid><dc:creator>Walter</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m running some tests on different kinds of beacons, and I found out that some of the stuff in that 14 bytes has actually a meaning, and may be not added from bluez.
I have no idea about the first 2 bytes (04:3e) but the following 2a is the length of the packet. 02:01:xx is a pattern that shows the AD flags, and 01:xx:xx:xx:xx:xx:xx is the MAC address with 01 as header. The 1e after that is the length of the following MFG info. I agree that the last byte of the packets should be the CRC, but I&amp;#39;m still trying to figure out the meaning of the 04:3e.
Since the question is old, do you have any updates to share about this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/thread/13163?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 18:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06aec26b-dc3d-426c-b61c-d2447805b2e0</guid><dc:creator>QuantumState</dc:creator><description>&lt;p&gt;FYI for anyone else following the same learning ramp as me.  The packet I was confused by was an HCI (Host Controller Interface) LE (Low Energy) Advertising Report Event.  It is defined in the Bluetooth 4.0 spec - Volume 2 Part E Section 7.7.65.2.  At least I think that is it.  The 1st and 3rd octet of my packet don&amp;#39;t seem to conform to that standard, but the rest of the packet does.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/thread/13162?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 16:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0464a1c-5410-4c82-933d-6899d2ee6052</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Thank you for answering your own question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S110 Advertising Access Address and other questions</title><link>https://devzone.nordicsemi.com/thread/13161?ContentTypeID=1</link><pubDate>Fri, 29 Aug 2014 21:03:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62782c78-b364-4ea6-84f2-f0f36598b001</guid><dc:creator>QuantumState</dc:creator><description>&lt;p&gt;Lots of squinting at the 2000+ page Bluetooth 4.0 spec reveals that this is a host controller interface packet so there are indeed some bits and pieces added by the &amp;quot;host&amp;quot; (i.e. your operating system / driver).  The packet decodes thusly:&lt;/p&gt;
&lt;p&gt;04:3e:2a:02:01:03:01:5b:31:04:a5:93:d5:1e:02:01:04:1a:ff:4c:00:02:15:01:12:23:34:45:56:67:78:89:9a:ab:bc:cd:de:ef:f0:01:02:03:04:c3:c2&lt;/p&gt;
&lt;p&gt;04 - This is an HCI Event packet (See &amp;quot;UART Transport Layer Table 2.1&amp;quot;)&lt;/p&gt;
&lt;p&gt;3e - The HCI Event Code is an LE Meta Event (See &amp;quot;Host Controller Interface Functional Specification 7.7.65&amp;quot;)&lt;/p&gt;
&lt;p&gt;2a - The total length of all event parameters is 0x2A octets (See &amp;quot;Host Controller Interface Functional Specification 5.5.4&amp;quot;)&lt;/p&gt;
&lt;p&gt;02 - The sub-event code is an LE Advertising Report Event (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;01 - There is 1 report in this event (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;03 - The event type is Non connectable undirected advertising (ADV_NONCONN_IND) (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;01 - The address type (of the remote BLE device) is Random Device Address (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;5b:31:04:a5:93:d5 - Device address (of the remote BLE device) (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;1e - The length of the data for the next (i.e. only) report (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The rest (except the last byte) is a typical Apple Beacon format (you can find definitions of this on Stack Overflow and other places).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;c2 - (Last byte) is the RSSI, i.e. the actual received signal strength (See &amp;quot;Host Controller Interface Functional Specification 7.7.65.2&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>