<?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>BLE Directed advertisement</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23732/ble-directed-advertisement</link><description>I am using nrf52 with sdk11. I have set the advertiser data as Manufacturer data in nrfConnect app in my android phone. So that whenever the data from my phone is advertised the LED on nrf52832 development kit should glow.Can you suggest some example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jul 2017 12:56:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23732/ble-directed-advertisement" /><item><title>RE: BLE Directed advertisement</title><link>https://devzone.nordicsemi.com/thread/93354?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 12:56:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c44e4caa-d8ec-4647-a4eb-1db2ec832a30</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should take a look at our ble_central examples in the SDK. In these example we do scanning and when there is an Advertising packet captured, BLE_GAP_EVT_ADV_REPORT event will occur. Inside that event , you can parse the advertising packet to check if it&amp;#39;s from your phone or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>