<?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>Zephyr and SDK5 coded phy compability</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76163/zephyr-and-sdk5-coded-phy-compability</link><description>I warry wander this fact. 
 I have migrated my project from SDK5 to ZEPHYR (nrf connect). Two devices - Central and Peripheral - Long range coded_phy. 
 I used next samples &amp;lt;peripheral_hr_coded&amp;gt; &amp;amp; &amp;lt;central_hr_coded&amp;gt; for coded_phy implementation and &amp;lt;shell_bt_nus</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Jun 2021 11:33:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76163/zephyr-and-sdk5-coded-phy-compability" /><item><title>RE: Zephyr and SDK5 coded phy compability</title><link>https://devzone.nordicsemi.com/thread/314676?ContentTypeID=1</link><pubDate>Thu, 10 Jun 2021 11:33:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:419b6d18-91c5-4075-af3a-d2ea7fdbc642</guid><dc:creator>qwertynoon</dc:creator><description>&lt;p&gt;Reason&lt;/p&gt;
&lt;p&gt;att_internal.h -&lt;/p&gt;
&lt;p&gt;Attribute protocol handling&lt;/p&gt;
&lt;p&gt;BT_ATT_DEFAULT_LE_MTU 23 ---&lt;/p&gt;
&lt;p&gt;BT_ATT_DEFAULT_LE_MTU 30 +++&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr and SDK5 coded phy compability</title><link>https://devzone.nordicsemi.com/thread/314470?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 12:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33c8902-7623-4cc8-848a-b25897439031</guid><dc:creator>qwertynoon</dc:creator><description>&lt;p&gt;Thanks for reply&lt;/p&gt;
&lt;p&gt;CONFIG_BT_LL_SW_SPLIT=n cause BT_CTLR_ADVANCED_FEATURES = n and nothing changed else&lt;/p&gt;
&lt;p&gt;If I change BT_LE_ADV_OPT_CONNECTABLE to BT_LE_ADV_OPT_SCANNABLE then Central scan Peripheral but with wrong address and not connected&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:06:42.515,106] &#x1B;[0m&amp;lt;inf&amp;gt; central_uart: Filters matched. 10:c7:d3:7d:47:ec&#x1B;[0m
[00:06:42.516,815] &#x1B;[0m&amp;lt;inf&amp;gt; central_uart: Connection pending&#x1B;[0m
&#x1B;[0m
[00:06:45.516,784] &#x1B;[0m&amp;lt;inf&amp;gt; central_uart: Failed to connect to 10:C7:D3:7D:47:EC (random) (2)&#x1B;[0m
[00:06:45.622,497] &#x1B;[0m&amp;lt;inf&amp;gt; central_uart: Filters matched. 10:c7:d3:7d:47:ec&#x1B;[0m
[00:06:45.624,206] &#x1B;[0m&amp;lt;inf&amp;gt; central_uart: Connection pending&#x1B;[0m
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;10:C7:D3:7D:47:EC - this is wrong address of Peripheral&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr and SDK5 coded phy compability</title><link>https://devzone.nordicsemi.com/thread/314458?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 12:26:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a65b835-8458-4b22-bce4-e11a581b1730</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I see you have&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CONFIG_BT_LL_SW_SPLIT=y&lt;/p&gt;
&lt;p&gt;on the peripheral, do you see any changes if you set&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CONFIG_BT_LL_SW_SPLIT=n&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr and SDK5 coded phy compability</title><link>https://devzone.nordicsemi.com/thread/314399?ContentTypeID=1</link><pubDate>Wed, 09 Jun 2021 09:02:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a78ec1a0-39b3-4c97-abad-836940a54bf4</guid><dc:creator>qwertynoon</dc:creator><description>&lt;p&gt;I think the reason is here&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;BT_LE_ADV_PARAM_INIT(
                     BT_LE_ADV_OPT_CONNECTABLE |
                     BT_LE_ADV_OPT_SCANNABLE |
				     BT_LE_ADV_OPT_EXT_ADV |
				     BT_LE_ADV_OPT_CODED,
				     100,
				     100,
				     NULL);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;When I put BT_LE_ADV_OPT_CONNECTABLE and BT_LE_ADV_OPT_SCANNABLE&amp;nbsp; together then I get an error&lt;/p&gt;
&lt;p&gt;[1;33m&amp;lt;wrn&amp;gt; bt_hci_core: opcode 0x2036 status 0x12&lt;/p&gt;
&lt;p&gt;Without BT_LE_ADV_OPT_CONNECTABLE&amp;nbsp; Central receive advertising but with error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>