<?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>NRF 52840 with ble5.0 extended advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74796/nrf-52840-with-ble5-0-extended-advertising</link><description>Hi all, 
 
 I am having a ble 5 beacon broadcast on my nrf 52840 chips. I would like to know that if it is backward compatible so that ble 4 smartphone can receive the packet with trimmed size? Or is there any way to compatible with ble 4 smartphone.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 May 2021 10:32:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74796/nrf-52840-with-ble5-0-extended-advertising" /><item><title>RE: NRF 52840 with ble5.0 extended advertising</title><link>https://devzone.nordicsemi.com/thread/308509?ContentTypeID=1</link><pubDate>Thu, 06 May 2021 10:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:259f8857-ad5b-4af5-8907-93c467161d0b</guid><dc:creator>MLai</dc:creator><description>&lt;p&gt;As I am using sdk v15.2, I just modified the beacon example with change the properties.type to&amp;nbsp;BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED and the length of&amp;nbsp;m_adv_data to&amp;nbsp;BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED. I have modified the application to&amp;nbsp;&lt;span&gt;multiplex the advertising. Thank you.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52840 with ble5.0 extended advertising</title><link>https://devzone.nordicsemi.com/thread/308469?ContentTypeID=1</link><pubDate>Thu, 06 May 2021 08:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4ec7a8a-e7d1-4745-a44b-c11d873c19a6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi MLai&lt;/p&gt;
&lt;p&gt;You can support legacy advertising as well as extended advertising by advertising both with the ADV_IND and ADV_EXT_IND advertising sets (more info on that in &lt;a href="https://www.novelbits.io/bluetooth-5-advertisements/"&gt;this blog post)&lt;/a&gt;. However, as our SoftDevice only supports one advertising set at a time, you can&amp;#39;t advertise both conccurrently. The way to solve this would be to have the application multiplex the advertising by running legacy advertising for X amount of time, and then restart the advertising entirely to advertise using extended advertising for another X amount of time.&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>