<?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>pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60150/pc-ble-driver-scan-response</link><description>Hi, 
 I&amp;#39;m trying to use the pc-ble-driver &amp;quot;nrf-ble-driver-4.1.1-win_x86_32&amp;quot; to communicate with our nRF52-based embedded product. The fact that the PC and embedded implementations look nearly identical is much appreciated. 
 A question to scan response</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Apr 2020 15:31:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60150/pc-ble-driver-scan-response" /><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244510?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 15:31:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3136e665-fb0d-4036-95e1-377c4609862e</guid><dc:creator>oneguy</dc:creator><description>&lt;p&gt;Yes, perfect now,&lt;/p&gt;
&lt;p&gt;thank you!&lt;/p&gt;
&lt;p&gt;M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244507?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 15:26:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b708f30-d42e-44a7-858e-4bee05f0937b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I can understand how that could happen! Let me know if this does not solve your issue :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244503?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 15:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62c7b9e6-a68b-449c-813d-913b13541553</guid><dc:creator>oneguy</dc:creator><description>&lt;p&gt;Oh, I got confused about the comment :-) I will try!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Matthias&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244500?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 15:14:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61541eb4-5368-435a-9a75-688042836443</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You need to set line 7 to 1 to enable active scanning. If you have it set to 0, active scanning will not be enabled and you will not receive any scan response packets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244498?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 14:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ffa526f-b167-4fc0-90ba-46cf63d10af5</guid><dc:creator>oneguy</dc:creator><description>&lt;p&gt;Hi J&lt;span&gt;&amp;oslash;rgen,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you, but I think I already do this...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;static const ble_gap_scan_params_t m_scan_param =
{
#if NRF_SD_BLE_API &amp;gt;= 6
    0, // Set if accept extended advertising packetets.
    0, // Set if report inomplete reports.
#endif
    0, // Set if active scanning.
#if NRF_SD_BLE_API &amp;lt; 6
    0, // Set if selective scanning.
#endif
#if NRF_SD_BLE_API &amp;gt;= 6
BLE_GAP_SCAN_FP_ACCEPT_ALL,
BLE_GAP_PHY_1MBPS,

&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Matthias&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver Scan Response</title><link>https://devzone.nordicsemi.com/thread/244489?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 14:16:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a684c740-b1b9-4eea-a8c4-e9297f451675</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/heart_rate_collector/main.c#L139"&gt;enable &amp;quot;active scanning&amp;quot;&lt;/a&gt; in the example code in order to receive scan response packets.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>