<?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>Timeout in changing MTU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71415/timeout-in-changing-mtu</link><description>Chip: nrf52832 
 SDK: 15 
 SD: s132_nrf52_6.0.0_softdevice 
 After connection, we request a new MTU size. Some values work, other don&amp;#39;t. 
 For example, trying to get 187 bytes we have a timeout issue calling sd_ble_gap_data_length_update() 
 nrf_ble_gatt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Feb 2021 11:54:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71415/timeout-in-changing-mtu" /><item><title>RE: Timeout in changing MTU</title><link>https://devzone.nordicsemi.com/thread/293746?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 11:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3c46688-bc5d-416a-b3ef-d3db092417a5</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Andrea,&lt;/p&gt;
&lt;p&gt;Thanks for the message log, it would be more insightful if you can provide the sniffer trace to be able to see how this transaction timeout&lt;/p&gt;
&lt;p&gt;Also note that the error you get is NRF_ERROR_RESOURCES and the documentation for &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v6.0.0%2Fgroup___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html&amp;amp;anchor=gac4a6ef5c106107eb2a1707bb26f3245c"&gt;sd_ble_gap_data_length_update &lt;/a&gt;says&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt; * @retval ::NRF_ERROR_RESOURCES The connection event length configured for this link is not sufficient for the requested parameters.
 *                               Use @ref sd_ble_cfg_set with @ref BLE_CONN_CFG_GAP to increase the connection event length.
 *                               Inspect p_dl_limitation to see where the limitation is.&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>