<?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>Use of Bluetooth V5 features and remain compatible with no Bluetooth V5 compatible devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61300/use-of-bluetooth-v5-features-and-remain-compatible-with-no-bluetooth-v5-compatible-devices</link><description>Hello 
 In my application, I would like to allow smartphone that are Bluetooth V5 compatible to receive more information in advertinsing packets from my devices (via the &amp;quot;Advertising Extensions&amp;quot; feature of Bluetooth 5). But I want to keep the possibility</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 May 2020 13:37:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61300/use-of-bluetooth-v5-features-and-remain-compatible-with-no-bluetooth-v5-compatible-devices" /><item><title>RE: Use of Bluetooth V5 features and remain compatible with no Bluetooth V5 compatible devices</title><link>https://devzone.nordicsemi.com/thread/249978?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 13:37:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7f5ac5b-2d6f-4e35-a1c3-fc008977fd24</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;&lt;span title=""&gt;Great response !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;T&lt;span title=""&gt;hank you so much&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use of Bluetooth V5 features and remain compatible with no Bluetooth V5 compatible devices</title><link>https://devzone.nordicsemi.com/thread/249863?ContentTypeID=1</link><pubDate>Thu, 14 May 2020 08:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc40a20a-3a24-4ca6-84de-7b2551f96b84</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I will have to manage 2 advertising packets simultaneously (a normal advertinsing packets and an extended advertinsing packets ) ?[/quote]
&lt;p&gt;You can maintain two separate advertising sets and change between these with&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#ga9969047f4e7485c3f856c841978cc31a"&gt;sd_ble_gap_adv_set_configure&lt;/a&gt;(). It is not possible to change the advertising params while advertising is active, so you have to stop the advertising in order to change to extended advertising. The simplest way to do this is to set the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__adv__params__t.html#a5a6e038d3c55004da3ac23e353f42517"&gt;duration&lt;/a&gt;&amp;nbsp;parameter to half of the desired advertising interval, and the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/structble__gap__adv__params__t.html#ab77324311d794e070e43c5d70cc563bf"&gt;interval&lt;/a&gt;&amp;nbsp;parameter to the same, and change between the two advertising-sets when you receive the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_p___e_n_u_m_e_r_a_t_i_o_n_s.html#ggada486dd3c0cce897b23a887bed284fefa35cbfe86ff4922dafaa335c83aee0b40"&gt;BLE_GAP_EVT_ADV_SET_TERMINATED&lt;/a&gt;&amp;nbsp;event.&lt;/p&gt;
[quote user=""]I would like to add this functionality to the example &amp;quot;ble_thread_dyn_mtd_coap_cli_pca10056_s140&amp;quot;. Should I be thinking of something in particular so that BLE and Thread continue to work well simultaneously?[/quote]
&lt;p&gt;In order to maintain the same advertising interval for both legacy and extended advertising, the radio-usage will more than double with this approach. Any activity on BLE will reduce the ability of the OpenThread stack&amp;nbsp;to receive/send data. If you operate the Thread device in MTD mode, without routing capabilities, this should not be an issue but it is something to keep in mind. Especially if you send full packets with extended advertising, this can block the radio for some time. See &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/ble_154_multiprotocol.html#ble_154_multiprotocol_performance"&gt;this page&lt;/a&gt; about multiprotocol scheduling and success probability estimations.&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>