<?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>NRF5340 PHY Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56448/nrf5340-phy-configuration</link><description>We&amp;#39;re working with the NRF5340 PDK, and it&amp;#39;s a pretty big library change from the old SDK. So far I&amp;#39;ve been unable to find out where to configure the bluetooth PHY and link layer in Zephyr. Can I get some assistance on maximizing the throughput of the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jan 2020 11:57:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56448/nrf5340-phy-configuration" /><item><title>RE: NRF5340 PHY Configuration</title><link>https://devzone.nordicsemi.com/thread/229014?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 11:57:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d285440-b440-462f-8c20-1e8697b83d64</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;If it&amp;#39;s not in Bluetooth-&amp;gt;&amp;quot;L2CAP Options&amp;quot; or &amp;quot;ATT and GATT Options&amp;quot;, then it&amp;#39;s in the prj.conf file.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;-edit: Found these configs in proj.conf;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_L2CAP_TX_MTU&lt;/span&gt;&lt;span&gt;&lt;span&gt;=247&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_DATA_LENGTH_MAX&lt;/span&gt;&lt;span&gt;&lt;span&gt;=251&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_PHY_2M&lt;/span&gt;&lt;span&gt;=y&lt;br /&gt;&lt;br /&gt;Connection parameters can be found in: kconfig/menuconfig-&amp;gt;Bluetooth-&amp;gt;ATT and GATT Options-&amp;gt;Configure peripheral preferred connection parameters.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5340 PHY Configuration</title><link>https://devzone.nordicsemi.com/thread/228902?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 22:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6ba1eb0-8d75-45bb-ba8f-86831c682e2e</guid><dc:creator>MSDEV</dc:creator><description>&lt;p&gt;That&amp;#39;s exactly the sample I&amp;#39;m running.&amp;nbsp;The issue is I can&amp;#39;t find variables in the menuconfig that correspond to those settings, and no code I can find uses the zephyr api to set them.&amp;nbsp;&lt;/p&gt;
&lt;table class="docutils" id="id1" border="1"&gt;
&lt;thead valign="bottom"&gt;
&lt;tr class="row-odd"&gt;
&lt;th class="head"&gt;Parameter&lt;/th&gt;
&lt;th class="head"&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody valign="top"&gt;
&lt;tr class="row-even"&gt;
&lt;td&gt;ATT_MTU size&lt;/td&gt;
&lt;td&gt;247 bytes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="row-odd"&gt;
&lt;td&gt;Data length&lt;/td&gt;
&lt;td&gt;251 bytes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="row-even"&gt;
&lt;td&gt;Connection interval&lt;/td&gt;
&lt;td&gt;320 units (400 ms)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="row-odd"&gt;
&lt;td&gt;PHY data rate&lt;/td&gt;
&lt;td&gt;2 Ms/s&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you let me know what the config variables for each of these is?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5340 PHY Configuration</title><link>https://devzone.nordicsemi.com/thread/228834?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 14:27:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc409b11-7c60-41ad-b1de-755215ca1a36</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Check out:&amp;nbsp;\nrf\samples\bluetooth\throughput&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/samples/bluetooth/throughput/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/samples/bluetooth/throughput/README.html#&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/zephyr/reference/bluetooth/connection_mgmt.html"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>