<?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>How to filter if a peripheral is a Beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60590/how-to-filter-if-a-peripheral-is-a-beacon</link><description>Hi, 
 
 I am currently trying to implement a beacon scanner and want to filter out all advertisements except beacons. Is there something in the beacon advertising packet that specifically identifies the peripheral as a beacon? Or do I have to implement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Apr 2020 08:45:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60590/how-to-filter-if-a-peripheral-is-a-beacon" /><item><title>RE: How to filter if a peripheral is a Beacon</title><link>https://devzone.nordicsemi.com/thread/246713?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2020 08:45:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec67fa19-31a9-4fc9-acd0-08252d1e1b5d</guid><dc:creator>RPDben</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am advertising using the iBeacon standard.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Your answer is clear and makes sense. I will add in my own filters on receipt of the BLE_GAP_EVT_ADV_REPORT event.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to filter if a peripheral is a Beacon</title><link>https://devzone.nordicsemi.com/thread/246561?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 14:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e35de3e-4454-4a2a-9aed-787bb36dc3a9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Ben,&amp;nbsp;&lt;br /&gt;Which beacon standard are you advertising with ?&amp;nbsp;&lt;br /&gt;There isn&amp;#39;t a filter that the softdevice offer to filter out only &amp;quot;beacon&amp;quot; advertising packet.&amp;nbsp;&lt;br /&gt;The filtering should be done in the application. You need to catch&amp;nbsp;BLE_GAP_EVT_ADV_REPORT event and then process the advertising packet to find the devices you are looking for.&amp;nbsp;&lt;br /&gt;If you use our scan module in the SDK, there are some filters offered (still it&amp;#39;s in the application level) for example filter using UUID, advertising name, etc.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the beacon has the data in manufacturer data you would need to parse that in your application to detect.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>