<?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>SCAN RSP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69711/scan-rsp</link><description>I am trying to use the SCAN RSP data. Scan req is set active and I see SCAN REQ and SCAN RSP in captures, however my central does not give my application any data. I am using example central code 
 void nrf_ble_scan_on_ble_evt(ble_evt_t const * p_ble_evt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Dec 2020 13:29:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69711/scan-rsp" /><item><title>RE: SCAN RSP</title><link>https://devzone.nordicsemi.com/thread/286305?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 13:29:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a47e4d2f-7a57-4bcd-b8b6-23b2a427ba99</guid><dc:creator>Malcolm</dc:creator><description>&lt;p&gt;Thank you. I now understand the naming of these events and I see the scan response message in my central.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SCAN RSP</title><link>https://devzone.nordicsemi.com/thread/286054?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 13:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0c65059-84c5-42c8-8ae0-435aa067144e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]But the option for BLE_GAP_EVT_SCAN_REQ_REPORT is never called. I see advertisements.[/quote]
&lt;p&gt;You will get a&amp;nbsp;BLE_GAP_EVT_ADV_REPORT for both received advertisment packets and scan report packets. The BLE_GAP_EVT_SCAN_REQ_REPORT event is only relevant for the advertiser, and informs that it has received a scan request, so that is not relevant here.&lt;/p&gt;
&lt;p&gt;You need to look at the advertising report (&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.2.0/structble__gap__evt__adv__report__t.html?cp=4_7_4_1_2_1_6_44_11#a41e5830f2be35f7e7f0b991734252820"&gt;ble_gap_evt_adv_report_t&lt;/a&gt;&amp;nbsp;instance) to see if the received packet is a advertising packet or scan response packet. The type field will indicate which it is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>