<?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 connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118115/nrf-connect-desktop-app---update-mtu-field-disabled</link><description>Hi, 
 As part of some verification purposes, we need to test out peripheral with the nRF connect Bluetooth low energy app. We have the peripheral set to 2M, DLE enabled and want to sent bulk data to the central using the maximum bandwidth. 
 As we tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jan 2025 14:27:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118115/nrf-connect-desktop-app---update-mtu-field-disabled" /><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/519995?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2025 14:27:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de3aa2ee-1e3b-432e-afb2-c2f52c235b62</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;See the&amp;nbsp;answer in &lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/79232/nrf53-max-mtu-and-dle/327980"&gt;this post.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/519953?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2025 10:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ab31180-3ba6-46e0-a782-a09fe8766954</guid><dc:creator>VinuGopalakrishnan</dc:creator><description>&lt;p&gt;Amanda,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. It seems the tool does not support MTU size greater than 247 ? Our code used L2CAP MTU size of 498. When we set the size to 247, data transmission works. See the log below :&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/image_2800_31_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/image_2800_32_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Vinu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/519641?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2025 19:29:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c28ec42-3099-4e4a-9354-062571a8c824</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Could you test with the&amp;nbsp;&lt;a href="https://github.com/NordicDeveloperAcademy/bt-fund/tree/main/v2.6.2-v2.3.0/l3/l3_e2_sol"&gt;https://github.com/NordicDeveloperAcademy/bt-fund/tree/main/v2.6.2-v2.3.0/l3/l3_e2_sol&lt;/a&gt;?&amp;nbsp;It will update MTU to 247 once connecting. Then, you could not update MTU from the nRF BLE app because it&amp;#39;s already done.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1737573898742v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Here is my test project&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/peripheral_5F00_uart_5F00_updateL.7z"&gt;devzone.nordicsemi.com/.../peripheral_5F00_uart_5F00_updateL.7z&lt;/a&gt; for NCS v2.6.1. You can update MTU after connecting. After you update MTU from the nRF BLE app, the function will be disabled.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1737574047395v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Hope the above examples can help you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/519496?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2025 10:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e9a0822-ceef-4e86-af3a-9bd21fecd3bc</guid><dc:creator>VinuGopalakrishnan</dc:creator><description>&lt;p&gt;Yes, we are doing the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/519418?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 21:12:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cee8a43-8bed-4247-9887-4cf62f11b152</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Do you also update configs in&amp;nbsp;&lt;span&gt;child_image/hci_ipc.conf as&amp;nbsp;Step. 12?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BT_USER_DATA_LEN_UPDATE=y
CONFIG_BT_BUF_ACL_RX_SIZE=251
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_L2CAP_TX_MTU=247&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/518937?ContentTypeID=1</link><pubDate>Sat, 18 Jan 2025 07:54:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:265d3435-18e3-4f83-a152-abfe86abba89</guid><dc:creator>VinuGopalakrishnan</dc:creator><description>&lt;p&gt;We are using NCS v2.6.1. Yes, the connection parameter update requests are sent from the peripheral. see&amp;nbsp; below snippet: &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;	/*update connection interval*/
	update_connection_parameters(my_conn);
	/* update the PHY mode */
	update_phy(my_conn);
	/* update the data length*/
	update_data_length(my_conn);
	/* update MTU size*/
	update_mtu(my_conn);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect desktop app - update MTU field disabled</title><link>https://devzone.nordicsemi.com/thread/518917?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 21:16:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b835e81c-6d8d-4884-b869-b4840252db47</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What NCS version are you using?&lt;/p&gt;
&lt;p&gt;From your first figure seems that you have updated the MTU. You can check the log of the nRF BLE app for the MTU size.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To increase the MTU properly, I suggest you check out the Bluetooth Low Energy Fundamentals course at Nordic Developer Academy. Particularly&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-3-bluetooth-le-connections/topic/blefund-lesson-3-exercise-2/"&gt;Lesson 3 Exercise 2&lt;/a&gt;, Step. 10 and 11 are relevant.&amp;nbsp;Give it a go, and let me know if you are still stuck.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>