<?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>What is connection parameters?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28058/what-is-connection-parameters</link><description>What are the connection parameters for a Bluetooth low energy link, and how do they affect performance?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 16 Dec 2017 14:24:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28058/what-is-connection-parameters" /><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110503?ContentTypeID=1</link><pubDate>Sat, 16 Dec 2017 14:24:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5177356-183c-49ba-b595-585d081989dc</guid><dc:creator>butch</dc:creator><description>&lt;p&gt;&amp;quot;The peripheral generally will need to generate a connection parameters update request&amp;quot;  In a use case where a peripheral is content with what the central dictates (peripheral doesn&amp;#39;t care), is it possible for a central to require a negotiation?  That is, what BLE events related to connection parameters MUST a peripheral respond to (to insure a connection is made), when the peripheral app is implemented without the connections module?  In other words, the connection module is relatively new to the SDK, and older examples worked without it, is there any code in the older examples that must be used as substitute for the connections module?  Maybe BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110502?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 12:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb22169b-9fdd-416f-a924-f86f4c4c4ad3</guid><dc:creator>grzegorz</dc:creator><description>&lt;p&gt;Slave Latency doesn&amp;#39;t affect the performance at all. If there are data to be exchanged, they are transmitted with the rate determined by Connectio Interval. Slave Latency applies only to periods when there is no data to send.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110499?ContentTypeID=1</link><pubDate>Sat, 19 Aug 2017 04:53:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f116c20-d328-4594-b6ce-fd2a8c9841d3</guid><dc:creator>Daliwan</dc:creator><description>&lt;p&gt;&amp;quot; A Central will not start trying to reconnect before the timeout has passed&amp;quot;，I wonder if the central will try to reconnect until the timeout has passed and if there is no answer, then makes a decision that it is lost? Since there can be an accidental lose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110501?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2015 10:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:644a12a3-b8a7-4663-b6d8-271d808a1946</guid><dc:creator>Victor Baron</dc:creator><description>&lt;p&gt;&amp;quot;The central will respond with a connection interval that may or may not be in this range.&amp;quot;
Then what happens if the CI is not in the range ? How is it dealt by the Central / by the peripheral ?
Thx in advance !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110497?ContentTypeID=1</link><pubDate>Mon, 09 Jun 2014 18:13:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a9b6a84-c8eb-46cc-9b93-ef92d5d4cd26</guid><dc:creator>infant</dc:creator><description>&lt;p&gt;&amp;quot;When the Peripheral requests an update, it supplies a maximum and a minimum wanted interval. &amp;quot; I think the Peripheral tells the Central the max and min connection interval , and the central will respond with a connection interval that may or may not be in this range.&lt;/p&gt;
&lt;p&gt;But what&amp;#39;s the real connection interval ,for example , in the project of *\nrf51822\Board\nrf6310\s120\experimental\ble_app_multilink_central? &lt;strong&gt;Is the Central determine the connection interval ?And how can I change the connection interval?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;thx a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110496?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2013 20:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf14dfff-e3ed-42fe-a63d-e45fcba944ae</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;The connection parameters for a BLE connection is a set of parameters that determine when and how the Central and a Peripheral in a link transmits data. It is always the Central that actually sets the connection parameters used, but the Peripheral can send a so-called Connection Parameter Update Request, that the Central can then accept or reject.&lt;/p&gt;
&lt;p&gt;There are basically three different parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Connection interval:&lt;/strong&gt; Determines how often the Central will ask for data from the Peripheral. When the Peripheral requests an update, it supplies a maximum and a minimum wanted interval. The connection interval must be between 7.5 ms and 4 s.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Slave latency&lt;/strong&gt;: By setting a non-zero slave latency, the Peripheral can choose to not answer when the Central asks for data up to the slave latency number of times. However, if the Peripheral has data to send, it can choose to send data at any time. This enables a peripheral to stay sleeping for a longer time, if it doesn&amp;#39;t have data to send, but still send data fast if needed. The text book example of such device is for example keyboard and mice, which want to be sleeping for as long as possible when there is no data to send, but still have low latency (and for the mouse: low connection interval) when needed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Connection supervision timeout&lt;/strong&gt;: This timeout determines the timeout from the last data exchange till a link is considered lost. A Central will not start trying to reconnect before the timeout has passed, so if you have a device which goes in and out of range often, and you need to notice when that happens, it might make sense to have a short timeout.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Depending on which platform you&amp;#39;re working with, there can be platform specific recommendations or requirements on these. For iOS, Apple maintains a &amp;quot;&lt;a href="https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf"&gt;Bluetooth Accessory Design Guidelines&lt;/a&gt;&amp;quot; document, which among other things includes rules on these parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is connection parameters?</title><link>https://devzone.nordicsemi.com/thread/110500?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2013 14:13:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c487a5a-2f60-45a6-82d3-0022e59dac99</guid><dc:creator>Pratyush Dave</dc:creator><description>&lt;p&gt;For a BLE link the connection parameters control the fequency at which data can be exchanged between the peripheral and central once a BLE link has been established between the two. These parameters are negotiated between the central and master during link establishment. Examples of connection parameters are as follows.
a. Connection Interval (CI): The central sets the CI when the BLE connection is first established between central and peripheral. The peripheral specifies interval minimum and maximum values, which are the upper and lower limits of the connection interval desired by the peripheral. Most centrals will use some default CI, and will generally ignore the max. and min. numbers specified by the peripheral. The peripheral generally will need to generate a connection parameters update request some time after the BLE connection is established, to try and change the CI that is within the range. The central will respond with a connection interval that may or may not be in this range. If the peripheral accepts the number, this will be the new CI.
b. Slave latency
c. Connection supervisory timeout.&lt;/p&gt;
&lt;p&gt;The connection interval and slave latency typically affect the performance of a BLE link the most. The lower the slave latency and faster the connection interval the faster the effective data transfer rate between the peripheral and central. On the other hand this also leads to higher average current consumption in the peripheral.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>