<?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>code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45022/code-phy-and-1m-phy-mixed-mode-advertising</link><description>Dear Nordic support, 
 
 I&amp;#39;d assume it should be OK to allow nrf52840 to advertise in dual phy mode - primary in 1Mbps and secondary coded phy so that phones with and without long range support can pickup the advertising? 
 
 Can you please show me some</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Feb 2021 17:15:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45022/code-phy-and-1m-phy-mixed-mode-advertising" /><item><title>RE: code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/thread/292327?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 17:15:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c94bce36-e95b-4ef9-b824-b5ebeb4271f7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The linked reply is still accurate. Simply stop, re-configure, and start advertisement from for instance an app_timer can work (e.g. every 500ms).&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/thread/292301?ContentTypeID=1</link><pubDate>Mon, 01 Feb 2021 15:16:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38cfc7fc-e18f-4561-85af-bde84e7a8c34</guid><dc:creator>yuval</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1) Is this answer is still relevant?&lt;/p&gt;
&lt;p&gt;2) Is it possible to declare 2 of &amp;quot;advertising_init&amp;quot; with different defining and tags? and operate them simultaneously ?!&lt;/p&gt;
&lt;p&gt;3) What is the best way to advertise in 1m phy and in coded phy to allow phones (wich use&amp;nbsp; ble 4.2 only) or my custom central long range devices to &amp;quot;see&amp;quot; the pheripheral and connect to it (not&amp;nbsp;&lt;span&gt;simultaneously !) ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/thread/177073?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 14:14:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bb38fa2-7d4b-47b0-8d6e-19999b7b33ad</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Yes, you will have to start and stop advertisement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/thread/176876?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 07:52:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e39d68d6-c1f5-419d-a6c5-0c78c5e07ae3</guid><dc:creator>carlche</dc:creator><description>&lt;p&gt;I&amp;#39;m replying myself again - I saw this thread, &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/35596/advertising-on-two-different-phy-simultaneously"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/35596/advertising-on-two-different-phy-simultaneously&lt;/a&gt;&amp;nbsp;, is the answer there still relevant?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code phy and 1M phy mixed mode advertising</title><link>https://devzone.nordicsemi.com/thread/176836?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 02:15:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90452fbb-3a14-4b0e-b1f6-c542c6673ff7</guid><dc:creator>carlche</dc:creator><description>&lt;p&gt;I have played with the following configuration:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The following makes&amp;nbsp;phone supporting&amp;nbsp;BT4.2 see the adv but DK running long range central example cannot see/connect to to the peripheral DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;init.config.ble_adv_primary_phy = BLE_GAP_PHY_1MBPS;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;init.config.ble_adv_secondary_phy = &lt;/span&gt;&lt;span&gt;BLE_GAP_PHY_CODED&lt;/span&gt;&lt;span&gt;;/**&amp;lt; Enable or disable extended advertising. */&lt;/span&gt;&lt;br /&gt;&lt;span&gt;init.config.ble_adv_extended_enabled = false;/**&amp;lt; Enable or disable extended advertising. */&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BT4.2 phone cannot see the adv&amp;nbsp;using the following config:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;init.config.ble_adv_primary_phy = BLE_GAP_PHY_CODED;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;init.config.ble_adv_secondary_phy = BLE_GAP_PHY_1MBPS&lt;/span&gt;&lt;span&gt;;/**&amp;lt; Enable or disable extended advertising. */&lt;/span&gt;&lt;br /&gt;&lt;span&gt;init.config.ble_adv_extended_enabled = true;/**&amp;lt; Enable or disable extended advertising. */&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you please give us some code snippets which can support both long range and 4.2 only phy?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>