<?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 i get &amp;amp;scanrsp data on nrf52832 as central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23449/how-i-get-scanrsp-data-on-nrf52832-as-central</link><description>Hi: 
 I set up a peripheral on nrf52832 and add beacon_info data as Manufacturer specific information。The version of softdevice is s132. 
 memset(&amp;amp;scanrsp, 0, sizeof(scanrsp));
scanrsp.p_manuf_specific_data = &amp;amp;manuf_specific_data;
err_code = ble_advertising_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Jul 2017 02:31:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23449/how-i-get-scanrsp-data-on-nrf52832-as-central" /><item><title>RE: how i get &amp;scanrsp data on nrf52832 as central</title><link>https://devzone.nordicsemi.com/thread/92139?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2017 02:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7b866bb-50e9-4f95-a129-834255a49fa0</guid><dc:creator>fresh_meet</dc:creator><description>&lt;p&gt;I see。Thought they are in the same packet。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how i get &amp;scanrsp data on nrf52832 as central</title><link>https://devzone.nordicsemi.com/thread/92138?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2017 06:39:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c9b9b4-a6a9-47cb-a91f-74534c281413</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You will be getting separate &lt;code&gt;BLE_GAP_EVT_ADV_REPORT&lt;/code&gt; events for active (= SCAN_REQ/SCAN_RSP) and passive (= only ADV_IND or equivalent) scanning. Have you enabled active scanning? See &lt;code&gt;ble_gap_scan_params_t&lt;/code&gt; structure and &lt;code&gt;active&lt;/code&gt; member used when you start scanning and see what is the value of &lt;code&gt;p_gap_evt-&amp;gt;params.adv_report.scan_rsp&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>