<?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>nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68312/nrf51-messes-with-advertising-data-in-connectable-mode</link><description>I am setting some manufacturer specific data to broadcast using sd_ble_gap_adv_data_set(). 
 The data gets sent out perfectly when the advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND. 
 Whenever I switch the mode to BLE_GAP_ADV_TYPE_ADV_IND because</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 15 Nov 2020 02:13:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68312/nrf51-messes-with-advertising-data-in-connectable-mode" /><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/280008?ContentTypeID=1</link><pubDate>Sun, 15 Nov 2020 02:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ada35d0-f782-4154-9858-aaba087337e1</guid><dc:creator>Daniel Dakhno</dc:creator><description>&lt;p&gt;You may be right, it looks like i interpreted some HCI traffic as beacon data.&lt;/p&gt;
&lt;p&gt;I was just confused since the data wasn&amp;#39;t generated then the device broadcasted non discoverable mode...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279956?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 15:35:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:212101ba-ca12-46cd-9119-11d6485b6e70</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Yes, the android version of nRF connect has this option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279954?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 15:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30024b9f-731e-453b-a784-ed6bcbcc4618</guid><dc:creator>Daniel Dakhno</dc:creator><description>&lt;p&gt;Is there any way to see the raw advertisement data in nRF connect?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279952?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 15:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c74c3c9d-8c22-42a5-89e9-7ca77b7941b2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Ok, so what I&amp;#39;m seeing is the raw HCI traffic. That&amp;#39;s kind of hard to decode without context. Again, please test and verify this against a different scanner such as nRF connect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279948?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 14:49:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6fec98e-9af3-4f8e-a71f-4fa0cd016b8c</guid><dc:creator>Daniel Dakhno</dc:creator><description>&lt;p&gt;I run hcitool lescan with the mac of the beacon whitelisted and have &amp;quot;hcidump --raw&amp;quot; running in parallel, which outputs the beacon data to me. I described the different data I get above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279946?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 14:43:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:163ba88b-5901-4f15-81e4-5b5583574300</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;What if you inspect the manufacturer field with nRF connect on Android or iOS, is it as expected then? I&amp;#39;m not sure how you are using hcidump for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279925?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 13:40:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee080f56-f5cd-41af-9ca5-65cbe33ade1d</guid><dc:creator>Daniel Dakhno</dc:creator><description>&lt;p&gt;I just took the ble_app_beacon from 12.3 on an nRF51822, changed&amp;nbsp;PERIPHERAL_LINK_COUNT to 1 and m_adv_params.type to BLE_GAP_ADV_TYPE_ADV_IND.&lt;/p&gt;
&lt;p&gt;That gives me the error when sniffing with a raspi using hcidump.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51 messes with advertising data in connectable mode</title><link>https://devzone.nordicsemi.com/thread/279906?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2020 12:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbcbb2ed-130c-47b2-ab44-02ab2f3c19f7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The Softdevice does not alter the encoded payload provided by the app, or at least not supposed to. Are you able share the code you use so I can try to reproduce this here?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>