<?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 Advertisement packet structure of NRF51422</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11970/s110-advertisement-packet-structure-of-nrf51422</link><description>Hello, i&amp;#39;m making small android application for my own test purposes. I want to understand full structure of advertisement packet which i receive with my phone. I can&amp;#39;t find any documentation on that so could you help me out, to understand what every</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Feb 2016 13:12:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11970/s110-advertisement-packet-structure-of-nrf51422" /><item><title>RE: S110 Advertisement packet structure of NRF51422</title><link>https://devzone.nordicsemi.com/thread/45325?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2016 13:12:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25f5b069-5e02-4739-a3d8-745bce00728e</guid><dc:creator>Artucas</dc:creator><description>&lt;p&gt;That made things clear. I wasn&amp;#39;t able to find that information myself. Thank you very much Ulrich, regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S110 Advertisement packet structure of NRF51422</title><link>https://devzone.nordicsemi.com/thread/45324?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2016 21:25:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67116382-65c7-426d-ae06-fe5a2f2f73c0</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;I answered a similar question a while ago, please have a look &lt;a href="https://devzone.nordicsemi.com/question/42176/advdata-packet-sequence/#42197"&gt;here&lt;/a&gt; for details about the advertising data. Please also look in the comments of that answer for some extras.&lt;/p&gt;
&lt;p&gt;Please let me know if there are something that wasn&amp;#39;t clear enough. To decode advertisement structures, you might need to download - or find a reference to - the core spec supplement pages.&lt;/p&gt;
&lt;p&gt;Structuring your data in the same format yields this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Length | Type | Data
  0x0B | 0x09 | 0x4C, 0x45, 0x44, 0x5F, 0x42, 0x6C, 0x69, 0x6E, 0x6B, 0x79, 
  0x03 | 0x19 | 0x00, 0x00, 
  0x02 | 0x01 | 0x06
  0x0B | 0xFF | 0xDE, 0xEF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The first two bytes of the Data in &amp;quot;Manufacturer Specific Data&amp;quot; (Type 0xFF) make up the company identifier. The rest of the types are explained &lt;a href="https://www.bluetooth.org/en-us/specification/assigned-numbers/generic-access-profile"&gt;here&lt;/a&gt;, with more detail found in the Core Spec Supplement. This includes data lengths, formats etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>