<?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>Questions about connection interval negotiation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15643/questions-about-connection-interval-negotiation</link><description>I would like to learn a little more about the process of negotiating a connection interval between an iOS and Android central and a nRF51 peripheral. 
 So, here are my questions: 
 
 I have experimented and saw that I could provide the same value for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 09 Jul 2017 20:03:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15643/questions-about-connection-interval-negotiation" /><item><title>RE: Questions about connection interval negotiation</title><link>https://devzone.nordicsemi.com/thread/59743?ContentTypeID=1</link><pubDate>Sun, 09 Jul 2017 20:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d661434-fd1b-4a96-a891-90749e68bc79</guid><dc:creator>pabigot</dc:creator><description>&lt;p&gt;Readers of this very helpful answer should follow the above link to section 3.6 the Apple Guidelines to check for changes.  R8 of the document as of 2017-07-09 has requirements quite different from those listed above, including specification of a 15 ms interval factor.  (Comments don&amp;#39;t allow full markup so I won&amp;#39;t try to paste today&amp;#39;s guidelines in here.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions about connection interval negotiation</title><link>https://devzone.nordicsemi.com/thread/59742?ContentTypeID=1</link><pubDate>Mon, 15 Aug 2016 12:55:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75d49209-dd05-4df6-b1d7-162e6e57a6de</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;There is no problem with setting &lt;code&gt;max interval = min interval&lt;/code&gt; in our SDK, the only possible problem will be if the connection parameter update request is rejected, but then the application can handle this.&lt;/p&gt;
&lt;p&gt;There is nothing in the Bluetooth standard that specifies if the central should attempt to use the min interval or the max interval. The central migth choose a high interval if it already has a lot of connections or low if not. You can for example set in Master Control Panel for PC if the central shall choose the minimum, medium or maximum value for connection interval. Looks like this feature is not present in nRF connect, but you can disable &amp;quot;auto accept update requests&amp;quot; and manually choose the parameters when the connection request arrives.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions about connection interval negotiation</title><link>https://devzone.nordicsemi.com/thread/59741?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2016 03:07:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a67c0ed0-a393-49fa-95ac-4a993708aeb0</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Ole, I intended my questions towards a little different direction.&lt;/p&gt;
&lt;p&gt;For the first question, I would like to know if there is any issues in specifying &lt;code&gt;max interval == min interval&lt;/code&gt;. In particular, any possible issues both with the nRF51 SDK and with expectation of the actual connection interval.&lt;/p&gt;
&lt;p&gt;For the second question, I would also like to know if the Bluetooth standard specifies that central should attempt to have a low connection interval or not. But from your answer, I take it that it does not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions about connection interval negotiation</title><link>https://devzone.nordicsemi.com/thread/59740?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 12:40:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:820a9f9b-a4a5-448c-9d36-3f9176763992</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;If the connection parameters are not within what the central can set it can refuse the connection parameter update request. The peripheral will then get an event indicating this and will have to do appropriate actions.&lt;/p&gt;
&lt;p&gt;The central will decide the connection parameters on connection establishment until a connection parameter update request is accepted. You can set the range between min and max interval high to be sure that the connection parameter update request is accepted. You can also take knowledge of what the limits or rules for the connection parameters the central has.&lt;/p&gt;
&lt;p&gt;It depends on the central what interval it will choose.&lt;/p&gt;
&lt;p&gt;Which intervals can be chosen for Android depends on the device, do a search for this on the internet. Apple have guidelines for the connection parameters, see section 3.6 in &lt;a href="https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf"&gt;this&lt;/a&gt; document, here it is summarized:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Interval Max * (Slave Latency + 1) ≤ 2 seconds
Interval Min ≥ 20 ms
Interval Min + 20 ms ≤ Interval Max
Slave Latency ≤ 4
connSupervisionTimeout ≤ 6 seconds
Interval Max * (Slave Latency + 1) * 3 &amp;lt; connSupervisionTimeout
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The connection interval must be between 7.5 ms and 4 s according to the Bluetooth spec.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>