<?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>Extended Advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41610/extended-advertising</link><description>Hi, 
 I&amp;#39;m trying to implement non-connectable, non-scannable, undirected extended advertising mode. I&amp;#39;m using nRF52832 board, SDK 15.2.0 version and latest Softdevice 6.1. 0. version. 
 I&amp;#39;m getting ADV_EXT_IND on my sniffer but I&amp;#39;m not sure how to send</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Mar 2020 10:00:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41610/extended-advertising" /><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/241063?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2020 10:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66dfe359-1b60-4474-9eac-97c3ebfa1469</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Do you have any questions? If so, could you open a new ticket and address them there?&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: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/240995?ContentTypeID=1</link><pubDate>Sun, 22 Mar 2020 07:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0929d6d9-204f-43eb-b10e-d9a989924a74</guid><dc:creator>Salman</dc:creator><description>&lt;p&gt;I was able to set 230 bytes of data in adv. This is how I was able to do with example &amp;quot;ble_app_rscs&amp;quot; in function &amp;quot;advertising_init&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;static void advertising_init(void)&lt;br /&gt;{&lt;br /&gt; ret_code_t err_code;&lt;br /&gt; ble_advertising_init_t init;&lt;br /&gt; ble_advdata_manuf_data_t adv_tmp_data;&lt;br /&gt; &lt;br /&gt; uint8_t temp_data[230];&lt;br /&gt; &lt;br /&gt; for(uint8_t i = 1 ; i &amp;lt;= 230; i++)&lt;br /&gt; temp_data[i] = i;&lt;br /&gt; &lt;br /&gt; adv_tmp_data.company_identifier = 0x1111;&lt;br /&gt; adv_tmp_data.data.size = sizeof(temp_data);&lt;br /&gt; adv_tmp_data.data.p_data = temp_data;&lt;/p&gt;
&lt;p&gt;memset(&amp;amp;init, 0, sizeof(init));&lt;/p&gt;
&lt;p&gt;//init.advdata.name_type = BLE_ADVDATA_FULL_NAME;&lt;br /&gt; //init.advdata.include_appearance = true;&lt;br /&gt; init.advdata.flags = BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;&lt;br /&gt; //init.advdata.uuids_complete.uuid_cnt = sizeof(m_adv_uuids) / sizeof(m_adv_uuids[0]);&lt;br /&gt; //init.advdata.uuids_complete.p_uuids = m_adv_uuids;&lt;br /&gt; init.advdata.p_manuf_specific_data = &amp;amp;adv_tmp_data;&lt;/p&gt;
&lt;p&gt;init.config.ble_adv_fast_enabled = true;&lt;br /&gt; init.config.ble_adv_fast_interval = APP_ADV_INTERVAL;&lt;br /&gt; init.config.ble_adv_fast_timeout = APP_ADV_DURATION;&lt;/p&gt;
&lt;p&gt;init.config.ble_adv_primary_phy = BLE_GAP_PHY_1MBPS;&lt;br /&gt; init.config.ble_adv_secondary_phy = BLE_GAP_PHY_2MBPS;&lt;br /&gt; init.config.ble_adv_extended_enabled = true;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; init.evt_handler = on_adv_evt;&lt;/p&gt;
&lt;p&gt;err_code = ble_advertising_init(&amp;amp;m_advertising, &amp;amp;init);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;ble_advertising_conn_cfg_tag_set(&amp;amp;m_advertising, APP_BLE_CONN_CFG_TAG);&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/164969?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 14:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d2a7bbf-4224-42f0-a3e0-39cead5f9c40</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I modified the rscs example (using the nRF52832, SDK 15.2 and SoftDevice S132 6.1.0) in the same manner as you did, and I was able to successfully show both the ADV_EXT_IND and the AUX_ADV_IND packets using the sniffer (see image below). I am using the the &lt;em&gt;Ellisys Vanguard sniffer&lt;/em&gt; along with the software &lt;em&gt;Ellisys Bluetooth Analyzer&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d6efbecce1204840a2d55f5a562c64e0/extended_5F00_advertising.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Based on my findings it seems like the problem is with your sniffer, and a reason could be that you haven&amp;#39;t enabled Extended advertising. In the Ellisys program, this is done by clicking Record-&amp;gt;Recording Options-&amp;gt;Wireless-&amp;gt;(Check the boxes 2Mbps and Advertising Extension).&amp;nbsp;&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: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/164767?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 16:13:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a56bb114-e6af-4a4e-9119-cce4c9cc5328</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Been a little busy lately, but I will take a look at the document tomorrow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/164565?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 16:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecdcf18b-e810-4d39-8b7f-676a416f0076</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;the attached file explains my findings and questions.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ExtendedAdvertisingEval.docx"&gt;devzone.nordicsemi.com/.../ExtendedAdvertisingEval.docx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/164474?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 09:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddc5df10-c335-41a5-96f2-b1a758867445</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Have you been able to figure this out, or should I look into it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162724?ContentTypeID=1</link><pubDate>Thu, 20 Dec 2018 16:52:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47ee83ba-7def-4ca4-9ebd-450095e66bc7</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;The advertising packet from the sniffer results seems correct, as seen&amp;nbsp;&lt;a href="https://blog.bluetooth.com/exploring-bluetooth5-whats-new-in-advertising"&gt;here&lt;/a&gt;&amp;nbsp;the payload of the extended advertisement packet should include the field&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;&amp;quot;Extended Header&amp;quot;,&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;which your advertisement packet indeed does. As explained&amp;nbsp;&lt;a href="https://www.silabs.com/community/wireless/bluetooth/knowledge-base.entry.html/2018/03/13/advertising_and_scan-Rp26"&gt;here&lt;/a&gt;&amp;nbsp;the&amp;nbsp;&lt;em&gt;&amp;quot;Extended Header&amp;quot;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;field contains a sub-field AUX Pointer, and gives infomation on what channel to look for to find the actual data.&amp;nbsp;In your case it ponts to channel 15. Thus, the packet&amp;nbsp;&lt;span&gt;ADV_EXT_IND points to channel 15 where the&amp;nbsp; auxiliary advertisement packet (AUX_ADV_IND) can be found.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I am not sure what the problem actually is? That the sniffer is not capable of displaying the extended data packet (&lt;span&gt;AUX_ADV_IND&lt;/span&gt;), or that the nRF-device hasn&amp;#39;t actually sent the extended data?&lt;/p&gt;
&lt;p&gt;I am not at the office at the moment and does not have the possibility to test it out, and most of the support people have taken vacation. But I have the posssibility to dig deeper into it from the 7&amp;#39;th of january. However, I will do some more research online and see if I can figure out your problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162522?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 13:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d944864a-54b3-4120-9e8e-b7110fa7685f</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1346.rscs-app-_2D00_-IAR-project.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi the above file is a screenshot of your ble_app_rscs project. It fails. It reports error 9, null pointer.&lt;/p&gt;
&lt;p&gt;I have moded this example, as I need rf to work in&amp;nbsp;&lt;span&gt;NONCONNECTABLE_NONSCANNABLE_UNDIRECTED mode. You can see snapshot from the sniffer below.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2335.extended-adv-sniffer-snapshot.docx"&gt;devzone.nordicsemi.com/.../2335.extended-adv-sniffer-snapshot.docx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can see ADV_EXT_IND but no AUX_ADV_IND.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162489?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 12:00:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1926b425-4144-4f4e-82f6-de6fbe5d4236</guid><dc:creator>ntn</dc:creator><description>&lt;p&gt;There&amp;#39;s no SDK for that in SDK15.2. You need to modify SDK manually.&lt;/p&gt;
&lt;p&gt;SDK 15.2, file ble_advertising.c, line 317,&lt;/p&gt;
&lt;p&gt;Change&lt;/p&gt;
&lt;p&gt;p_advertising-&amp;gt;adv_params.properties.type = BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED;&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;p_advertising-&amp;gt;adv_params.properties.type = BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;&lt;/p&gt;
&lt;p&gt;That works for me. If that doesn&amp;#39;t work for you, good luck Nordic guys :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162487?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 11:53:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7d931a7-c972-469c-96c8-60ab46a62fc5</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;Simon, are you in position to answer my question or I need to speak to local Nordic representative? Your example ble_app_rscs hits the NULL pointer error btw.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162481?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 11:21:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9399b828-1aa2-41c9-940a-c348c1bdf668</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Sorry, my fault. For some reason I thought you were using the nRF Sniffer. Then forget everythin I have said.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162480?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 11:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00faddd1-fb58-412b-9869-742e3ab464d1</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;Errrr....?????????Are you saying that BLE Sniffer doesn&amp;#39;t support extended advertising or Nordic doesn&amp;#39;t. And how do you know which sniffer I am using? So to clarify that for you I am using Teledyne sodera sniffer with the latest firmware that supports extended advertising.&lt;/p&gt;
&lt;p&gt;You still haven&amp;#39;t answered my question. Does Nordic support non-connectable, non-scannable, undirected mode?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162478?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 11:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c3c5842-2055-4e00-8de1-e61d3aeaa7d8</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I&amp;#39;ve got it confirmed from the people developing the nRF Sniffer, it does not support extended advertising at the moment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162464?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 10:19:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83112304-381b-4eb0-8038-ac89cb27308f</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;Right, I&amp;#39;m using the sniffer to analyse what the radio is doing. Can you then clarify whether you support, non-connectable, non-scannable, undirected mode? Where can I get this information from?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162459?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 10:01:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80f745e0-99bd-416c-8c4c-a66eee74320a</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I don&amp;#39;t know what the core of the issue is? Even though you have set it up properly on the chip-side, I am afraid&amp;nbsp;&lt;span&gt;it won&amp;#39;t show up in nRF Sniffer, since it is not supported yet.&amp;nbsp;See the comment from respectively Sigurd and Mohammad,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/41470/ble-scanning-issues-with-softdevice-6-1-0/161219"&gt;here&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://www.novelbits.io/bluetooth-low-energy-sniffer-tutorial/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;As explained&amp;nbsp;&lt;a href="https://blog.nordicsemi.com/getconnected/bluetooth-5-advertising-extensions"&gt;here&lt;/a&gt;, the&amp;nbsp;&lt;span&gt;ADV_EXT_IND packet is the initial packet,&amp;nbsp;sent on the advertising channels 37, 38 and 39. The&amp;nbsp;AUX_ADV_IND packet is sent on one of the 37 data channels, and can contain more data, but I am not too familiar with the sniffer and don&amp;#39;t know how to make this show up there.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have another nRF chip that supports extended advertising? Then you can use&amp;nbsp;&lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_rscs_c"&gt;BLE Running Speed and Cadence Collector Example&lt;/a&gt;&amp;nbsp;to confirm that the &lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_rsc"&gt;Running Speed and Cadence Application&lt;/a&gt;&amp;nbsp;works.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162455?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 09:57:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:580ce72b-c92f-44a3-9a3d-781aa767986c</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;I used your ble_app_rscs example as a baseline and modify it for my use case. I need non-conetable, non-scannable, undirected mode. I do get&amp;nbsp;&lt;span&gt;ADV_EXT_IND but no AUX_ADV_IND.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162452?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 09:51:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60f057ce-0277-4515-be9d-2d7fef587404</guid><dc:creator>ntn</dc:creator><description>&lt;p&gt;When you put data in to advertising packet (like in RSCS example), SoftDevice automatically put it into secondary channel (0-36). There&amp;#39;s nothing special you need to do for that to happen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162441?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 09:24:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa160650-8292-4235-af8a-04e3e5cde7f9</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;I can&amp;#39;t find any explanation to how to put the data on secondary channels in your documentation. Could you please show some working example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162440?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 09:22:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7badc8ab-9699-4b68-9a6b-670fdf58beaa</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;Your example doesn&amp;#39;t work.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162418?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 08:03:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9e28fac-429d-4fea-b686-11c91c0141df</guid><dc:creator>ntn</dc:creator><description>&lt;p&gt;You can look into RSCS example in SDK15.2, located at nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_rscs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162362?ContentTypeID=1</link><pubDate>Tue, 18 Dec 2018 17:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80e8c662-336a-428e-a8ae-8a41d60e99fe</guid><dc:creator>BarbaraTurner</dc:creator><description>&lt;p&gt;I set adv_data.adv_data.len to 238 (extended advertising ) but&amp;nbsp;sd_ble_gap_adv_set_configure() turncate it to 65.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/162347?ContentTypeID=1</link><pubDate>Tue, 18 Dec 2018 16:06:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c6075aa-654b-4630-bb6d-e3453f351679</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I currently looking into your problem and will reply as soon as I figure it out&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>