<?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>GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28425/gatt-conn-timeout-after-rejecting-connection-parameters-update</link><description>Hi folks, 
 We got a weird behaviour with our nrf51822(SDK 12.2.0, s130) device. we have built a low power application with following parameters: 
 
 MIN_CONN_INTERVAL 200ms 
 MAX_CONN_INTERVAL 400ms 
 SLAVE_LATENCY 3 
 CONN_SUP_TIMEOUT 6s 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jan 2018 12:30:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28425/gatt-conn-timeout-after-rejecting-connection-parameters-update" /><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112216?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 12:30:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e61f210c-655f-42ea-a0b4-30f17adc2a55</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;@Nicole, Please consider creating a new question for your issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112215?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2017 09:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac8b7c72-7cba-43eb-baf3-06d4b75331b4</guid><dc:creator>Nicole</dc:creator><description>&lt;p&gt;Are there any updates to this circumstance by now? Experienced the same behaviour on nRF52832 even though never calling sd_ble_gap_disconnect() in the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112214?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 08:56:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13322e0f-8509-4c3a-b9b6-c5964eb74cb3</guid><dc:creator>etienne</dc:creator><description>&lt;p&gt;Thx Kristin. we are currently debugging. will come back to you once we figure it out...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112213?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 08:50:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39ed8a17-f808-4d4d-8f67-2ded7b751c65</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I would recommend you to check your code for sd_ble_gap_disconnec(), and find out where there is a chance that device has initiated a disconnect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112212?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 08:21:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53e1fcbd-bf89-4433-a467-20d8056e614f</guid><dc:creator>etienne</dc:creator><description>&lt;p&gt;hi Kristin,&lt;/p&gt;
&lt;p&gt;thats what we did, but why we still have GATT CONN TIMEOUT ? on iOS after 5/4h connection and on android sometimes in between (Using Connect App).&lt;/p&gt;
&lt;p&gt;is there a way to stay also connected when the connection parameters update got ignored by the central...?? we know that the softdevice is handled it ;).&lt;/p&gt;
&lt;p&gt;thx&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112211?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 08:03:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb0bd11f-7430-44bf-8473-dfda378c314c</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The code in the peripheral side de has to be implemented such that it doesn&amp;#39;t initiate a disconnect if the connection parameters are rejected (see for example update_timeout_handler() in ble_conn_params.c)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112210?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 08:58:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ca02fd0-5188-4673-ab27-7c37d3310372</guid><dc:creator>etienne</dc:creator><description>&lt;p&gt;Hi kristin,&lt;/p&gt;
&lt;p&gt;Thx for the fast answer, we really appreciate it. Your link on the chart makes it clear.&lt;/p&gt;
&lt;p&gt;But we still have a question; Can we /How can we stay still connected (with central&amp;#39;s connection parameters) after the central rejects the connection parameters ?&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Etienne&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT CONN TIMEOUT after rejecting connection parameters update</title><link>https://devzone.nordicsemi.com/thread/112209?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 08:36:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:336ac252-660c-47a9-9630-93272789a35e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;A GATT CONN TIMEOUT (connection supervision timeout) will occur if one of the devices in the link doesn&amp;#39;t send anything over the link for the period of the set CONN_SUP_TIMEOUT.&lt;/p&gt;
&lt;p&gt;When the connection parameter update is rejected, the central has two options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The central can reject the connection parameters, and the peripheral will have to decide what to do.&lt;/li&gt;
&lt;li&gt;The central can ignore the connection parameter update, and there will be a linkloss upon connection supervision timeout.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v3.0.0%2Fgroup___b_l_e___g_a_p___c_p_u___m_s_c.html&amp;amp;cp=2_3_0_1_2_2_1_3_7"&gt;This&lt;/a&gt; message sequence chart shows the two options.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>