<?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>DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26176/dfu---sdk-14-1-0---support-for-higher-mtus-added</link><description>Hello,
I&amp;#39;m reading on github.com/.../Android-DFU-Library that there is a support for higher MTU on DFU. Is there an example how i should test it? 
 I&amp;#39;m tring to increase MTU on examples/dfu/bootloader_secure_ble/ but nothing much changes. 
 It is doing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Oct 2017 13:20:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26176/dfu---sdk-14-1-0---support-for-higher-mtus-added" /><item><title>RE: DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/thread/103111?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 13:20:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cc3fecd-0a5c-42da-9404-5d9244865507</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Can&amp;#39;t you just create one ? If you look in main.c of the throughput example you can find m_gatt is init in gatt_init().&lt;/p&gt;
&lt;p&gt;To be able to verify that data length extension and large ATT MTU is working, I would suggest you to use a sniffer to capture the communication. Or at least monitor the events and check if the request actually works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/thread/103110?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2017 08:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:823cd097-73e4-4d70-9658-e5672b266efa</guid><dc:creator>schef</dc:creator><description>&lt;p&gt;I have some problems with gatt. The function calls &lt;code&gt;(void) nrf_ble_gatt_data_length_set(&amp;amp;m_gatt, BLE_CONN_HANDLE_INVALID, data_length);&lt;/code&gt; but there is no &lt;code&gt;&amp;amp;m_gatt&lt;/code&gt; in nrf_ble_dfu.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/thread/103109?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 13:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d5a3f6e-a918-4c24-b9c7-f62214e69af5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;No, they are not the same. Have a look &lt;a href="https://devzone.nordicsemi.com/blogs/997/s132-v30-production-version-now-available-from-nor/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/thread/103108?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 12:13:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e76afd9-363b-49aa-b408-4eac3c3bb5dc</guid><dc:creator>schef</dc:creator><description>&lt;p&gt;Isnt Data length extension same as using &lt;code&gt;NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247&lt;/code&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU - SDK 14.1.0 - Support for higher MTUs added.</title><link>https://devzone.nordicsemi.com/thread/103107?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 09:31:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:333ea459-f9fe-4984-9bb2-5032f2404188</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Schef,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think longer MTU size is supported on the DFU firmware on SDK v14.1&lt;/p&gt;
&lt;p&gt;But you can try to increase it, simply increase NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247 as in our
\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput example.&lt;/p&gt;
&lt;p&gt;You can follow the example to see how you can increase the throughput on DFU.&lt;/p&gt;
&lt;p&gt;Note that increasing MTU wouldn&amp;#39;t improve through put significantly. Because it&amp;#39;s only save some header bytes. The packet on air under L2CAP stays the same.&lt;/p&gt;
&lt;p&gt;What can improve through put more significantly is Data length extension. But I don&amp;#39;t think it can be handled from the app. The phone OS controls that. Also, note that not all the phones support all BLE 4.2 or v5.0 features.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>