<?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>Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11837/automatically-disconnection-ios</link><description>I&amp;#39;m using the NUS service for a sensor design. It was working fine for me. I don&amp;#39;t know what is changed, but I experiences the next problem. 
 When I connect my sensor using an iOS app (own developed app, nRF Toolbox app or nRF UART app) the connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jul 2026 14:58:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11837/automatically-disconnection-ios" /><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/569527?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2026 14:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:655e86dd-ed9e-476d-8209-7b9d1cbe84dc</guid><dc:creator>JensMander</dc:creator><description>&lt;p&gt;I ran into the same problem; connection is terminated after 95sec. by peripheral (BL652, running NUS) with LL_TERMINATION_IND and error code 0x3b (unacceptable connection parameters). Connection paramters came from the central, a Garmin Edge 1050 GPS device, enforcing these values by LL_CONNECTION_UPDATE_IND to interval 90ms, latency 0, supervision timeout 4000msec.&lt;br /&gt;&lt;br /&gt;What can i do to fix this) It is not possible to change BLE parameters of central (Garmin Device), i can only adapt the BLE stack of the peripheral, build with Nordic SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44802?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 16:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a74c9c8a-d337-4079-9078-6762454b6973</guid><dc:creator>Michel</dc:creator><description>&lt;p&gt;I changed the filename.&lt;/p&gt;
&lt;p&gt;It looks like my problem is solved indeed. The connection is still okay even after more then 2 hours.&lt;/p&gt;
&lt;p&gt;Thanks for pounting me in the right direction.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44801?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 16:19:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9974d3e3-5787-471b-a4b2-595e28e08194</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Looks like the attachment function doesn&amp;#39;t like spaces in the name. However, I guess it doesn&amp;#39;t matter as you seem to have solved your problem :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44804?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 15:43:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b04ae2d4-50ac-4d90-b115-bb826ffe74f8</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Glad to hear you solved the problem. iOS has strict rules for what connection parameter requests it will accept. You can see these in Apples Bluetooth design guidelines. Note that you can choose whether or not to disconnect in your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44803?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 14:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2393bf1-5ea6-4fe6-a5d4-a0aa73026bc0</guid><dc:creator>Michel</dc:creator><description>&lt;p&gt;I found the MIN_CONN_INTERVAL and MAX_CON_INTERVAL values in my Nordic code where changed to small values. 10ms for the MIN and 15ms for MAX. After changing this value to 20 ms and 75 ms the connection with the iOS device remain stable after the 95 seconds.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know why I changed it, but I did!&lt;/p&gt;
&lt;p&gt;Problem solved for me at this moment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44800?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 13:36:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:938aca49-0ca5-4c82-ba7a-0ac0917055c4</guid><dc:creator>Michel</dc:creator><description>&lt;p&gt;I made a sniffer trace and found that there is a &amp;quot;LL_TERMINATE_IND&amp;quot; about 95 seconds after the &amp;quot;CONNECT_REQ&amp;quot;. The error code after the &amp;quot;LL_TERMINATE_IND&amp;quot; is 0x3B &amp;quot;Unacceptable connection parameter&amp;quot;&lt;/p&gt;
&lt;p&gt;After 35 seconds a L2CAP Rcvd Connection parameter update request from slave to master was rejected by the master.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically disconnection iOS</title><link>https://devzone.nordicsemi.com/thread/44799?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2016 12:34:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:893cde93-ffe4-48f3-9cfa-3514da3b6e73</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Can you upload a sniffer trace that shows what is happening on air?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>