<?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>BLE MTU size</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127056/ble-mtu-size</link><description>Hi, 
 I’m working on an nRF5340 using nRF Connect SDK v2.7.99-cs2 . BLE security is configured as Just Works (Security Mode 1, Level 2) on the peripheral . I want to increase the speed of HTTP communication over BLE. To achieve this, I tried increasing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Feb 2026 08:33:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127056/ble-mtu-size" /><item><title>RE: BLE MTU size</title><link>https://devzone.nordicsemi.com/thread/561430?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2026 08:33:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efd0da54-dcb8-4c3a-9767-3fa581706c22</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Check .config (build/zephyr subdir) for&amp;nbsp;&lt;code&gt;CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE. &lt;/code&gt;Must be bigger than BTLE MTU, try 1024 bytes.&lt;/p&gt;
&lt;p&gt;My samples here run&amp;nbsp;&lt;code&gt;CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE=2475&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;But that is rather big for shell command buffers (dummy backend is configured to use 2KB buffer).&lt;/p&gt;
&lt;p&gt;BTLE speed can be increased with lower connection interval parameters, but with a 512 MTU only up to a point. I&amp;#39;ve managed to push 100KByte/sec reading from an SD card (SPIM)&amp;nbsp; while transferring the data out via BTLE notifications&amp;nbsp;&lt;em&gt;in parallel.&lt;/em&gt; SoC is NRF5340.&lt;/p&gt;
&lt;p&gt;But that code does not use mcumgr transport, that one should be a bit slower.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>