<?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>Where to enable the interrupt when a packet is received in the softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3089/where-to-enable-the-interrupt-when-a-packet-is-received-in-the-softdevice</link><description>Hi guys, 
 I would like to know how to use the softdevice to enable an interrupt when I receive an advertisement packet. Right now I know we have to use 
 
 softdevice_ble_evt_handler_set(handler) 
 
 to register for events. But how do I know the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Jul 2014 02:38:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3089/where-to-enable-the-interrupt-when-a-packet-is-received-in-the-softdevice" /><item><title>RE: Where to enable the interrupt when a packet is received in the softdevice</title><link>https://devzone.nordicsemi.com/thread/11491?ContentTypeID=1</link><pubDate>Tue, 15 Jul 2014 02:38:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f51ede0-e2b1-4056-940e-ac020e4816e0</guid><dc:creator>Mad</dc:creator><description>&lt;p&gt;Thanks for the help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where to enable the interrupt when a packet is received in the softdevice</title><link>https://devzone.nordicsemi.com/thread/11490?ContentTypeID=1</link><pubDate>Mon, 14 Jul 2014 10:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d44926d1-cefa-4b09-8f10-8446dbcf8475</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;The macro is &amp;quot;BLE_GAP_EVT_ADV_REPORT&amp;quot;. It can be found in &amp;quot;ble_gap.h&amp;quot;.
See example projects for softdevice 120 for details on handling advertising events.&lt;/p&gt;
&lt;p&gt;PS: The easiest way to find macros you dont know is to right click-&amp;gt;go to definition on a similar macro.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>