<?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>Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15740/unable-to-update-connection-parameter</link><description>Hi all, 
 I want to update my connection parameter as follow: 
 #define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //400 /**&amp;lt; Minimum acceptable connection interval (0.4 seconds). */
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(40, UNIT_1_25_MS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Aug 2016 11:52:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15740/unable-to-update-connection-parameter" /><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60088?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2016 11:52:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705dd265-34a3-4470-8d00-c9b9212d86d0</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;That is not supported by our SoftDevices (or BLE), you can however try with MIN=MAX=7.5ms first, if that gets rejected you can increase it to MIN=MAX=10 ms, or MIN=MAX=20 ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60090?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 13:22:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:352f9a7c-959f-4653-8c07-ded403af3cea</guid><dc:creator>Deepak Kumar</dc:creator><description>&lt;p&gt;I cannot put MIN=MAX because we want my Bluetooth to connect with both Windows and MAC. if i put MIN=MAX then Bluetooth will connect only on that interval and i will not have a range where central can negotiate with peripheral.&lt;/p&gt;
&lt;p&gt;can you tell me if it is possible to update my parameter with a particular interval while keeping my range MIN=7.5 and MAX=40.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60089?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 12:28:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b02e6db1-cad2-4517-9331-f07db4324ccd</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You can set MIN = MAX, but be aware that it is the central that dictates the connection interval, the peripheral can only request.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60093?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 08:18:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91555bc6-0b62-4c45-942d-ef40edb1b56c</guid><dc:creator>Deepak Kumar</dc:creator><description>&lt;p&gt;Hi Petter,
My device is not specific with apple devices only. I want to connect it with Windows and Android also.
iOS devices cannot accept 7.5ms but Android and Windows  may accept this connection parameter.
Is it possible to update my connection parameter with a specific number, say 7.5ms or 10ms, separately without considering about the range in MIN and MAX connection interval.  (I can give the MIN and MAX connection intervals as 7.5 and 40)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60092?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 06:43:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b20678c9-714d-4716-9328-452e543be536</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;7.5 ms is not possible with Apple devices, 20 ms is minimum, as you can see from the document:&lt;/p&gt;
&lt;p&gt;Interval Min ≥ 20ms&lt;/p&gt;
&lt;p&gt;11.25 ms is achievable if you have a HID device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60091?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 06:21:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e93f8a4e-6978-4399-b820-9e12d24b2d11</guid><dc:creator>Deepak Kumar</dc:creator><description>&lt;p&gt;Hi Petter,
Is it possible to update my connection parameter with 7.5ms. while keeping my MIN_CONN_INTERVAL=7.5 and MAX_CONN_INTERVAL=40. after connection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to update Connection Parameter</title><link>https://devzone.nordicsemi.com/thread/60087?ContentTypeID=1</link><pubDate>Mon, 15 Aug 2016 13:03:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a244c9da-0c13-4161-a726-5a7fa280ec78</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;With Apple devices the &lt;a href="https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf"&gt;Bluetooth Accessory Design Guidelines for Apple Products&lt;/a&gt; must be followed.&lt;/p&gt;
&lt;p&gt;See section 3.6 for connection parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>