<?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>Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61275/despite-successfully-reading-scan-request-response-data-nrfconnect-sniffer-shows-advertising-pdu-type-to-be-0000-adv_ind-not-0110-adv_scan_ind</link><description>Hi 
 I have implemented a scannable advertising on nRF51822, s130, SDK12, 
 I can see it&amp;#39;s working by reading the scannable information on nRC Connect, however, 
 on the sniffer I still see Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 May 2020 06:42:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61275/despite-successfully-reading-scan-request-response-data-nrfconnect-sniffer-shows-advertising-pdu-type-to-be-0000-adv_ind-not-0110-adv_scan_ind" /><item><title>RE: Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</title><link>https://devzone.nordicsemi.com/thread/251598?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 06:42:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3660478d-c3a1-4204-9937-7c840a7ed453</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</title><link>https://devzone.nordicsemi.com/thread/249604?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 07:16:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9d00534-f181-49ec-b6ae-1ccfdb4c9b40</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. The difference between ADV_IND and ADV_SCAN_IND packets is that the ADV_SCAN_IND packets won&amp;#39;t accept connection requests, while the ADV_IND is able to accept both scan requests and connection requests.&lt;/p&gt;
&lt;p&gt;2. Correct, there is no way to &amp;quot;forbid&amp;quot; the SoftDevice from sending a scan response when a request is received. You can check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/20796/disable-scan-response"&gt;this thread&lt;/a&gt; for a discussion with suggestions on how to disable scan response data, but if it&amp;#39;s not specified in your project, the SoftDevice will send an empty scan response when receiving a scan request.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</title><link>https://devzone.nordicsemi.com/thread/249499?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 13:38:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:247a3630-06a4-4344-bb00-47f402e19c18</guid><dc:creator>Ron</dc:creator><description>&lt;p&gt;Hey Simon&lt;/p&gt;
&lt;p&gt;Thank you for your reply,&lt;/p&gt;
&lt;p&gt;1. If I understand correctly, there is nothing on the &lt;strong&gt;ADV_IND&lt;/strong&gt; (0x0000) packet that flags the availability of scanning information?&amp;nbsp; the advertising packet will look the same?&lt;/p&gt;
&lt;p&gt;2. If I didn&amp;#39;t prepare data for scan response, &lt;em&gt;SoftDevice&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;just sends an empty scan response?&amp;nbsp;Does that mean that it still needs to wait for a scan request with the receiver active (wasting power) and than transmit an empty scan response packet (wasting more power)?&amp;nbsp;I practically save very little energy by NOT using scan response to convey data am I correct? the entire procedure will be available and active anyway?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND</title><link>https://devzone.nordicsemi.com/thread/249422?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 11:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de798454-5fb8-45a6-acd2-868179d3e8ff</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Eron&lt;/p&gt;
&lt;p&gt;Please check out &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/bluetooth-smart-and-the-nordics-softdevices-part-1"&gt;this blog post&lt;/a&gt;, where &lt;strong&gt;ADV_IND&lt;/strong&gt; and &lt;strong&gt;ADV_SCAN_IND&amp;nbsp;&lt;/strong&gt;are explained in detail. Both of these can send scan response packets, but&amp;nbsp;&lt;strong&gt;ADV_SCAN_IND&amp;nbsp;&lt;/strong&gt;indicates that it will accept scan requests but will not accept connection requests.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>