<?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>NRF52832 connetct time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17463/nrf52832-connetct-time</link><description>From the SDK ,We can find this: 
 #define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) //20 
 /**&amp;lt; Minimum acceptable connection interval (20 ms), Connection interval uses 1.25 ms units. */
 
 The least amount of connection time is 25ms , is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Nov 2016 08:20:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17463/nrf52832-connetct-time" /><item><title>RE: NRF52832 connetct time</title><link>https://devzone.nordicsemi.com/thread/67103?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2016 08:20:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c63d2f17-57e5-4f81-aa43-9de7685a90b0</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Yes, you can set the minimum connection interval to 10 ms like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define MIN_CONN_INTERVAL MSEC_TO_UNITS(10, UNIT_1_25_MS)  //10 ms
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The SoftDevice support an connection interval in the range &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/structble__advdata__conn__int__t.html?resultof=%22%63%6f%6e%6e%65%63%74%69%6f%6e%22%20%22%63%6f%6e%6e%65%63%74%22%20%22%69%6e%74%65%72%76%61%6c%22%20%22%69%6e%74%65%72%76%22%20"&gt;7.5ms to 4s&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>