<?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>the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33475/the-connection-inteval-cannot-updated</link><description>Nrf52832 based on sdk14.2 development as a slave, when linked with the iPhone, pairing and binding, and then get ancs service; and Android phone connection, direct communication is not paired, the first connection interval is updated after the connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 May 2018 17:08:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33475/the-connection-inteval-cannot-updated" /><item><title>RE: the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/thread/132127?ContentTypeID=1</link><pubDate>Tue, 15 May 2018 17:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a17e8e28-7405-485f-94d2-bdc4b2c449d9</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t seem like you are sending an conn param update request from the peripheral. Like I said in my previous answer,&amp;nbsp;seems like the default interval is within the wanted range so the SDK module won&amp;#39;t send out a conn param update request.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/thread/130454?ContentTypeID=1</link><pubDate>Wed, 02 May 2018 08:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:034f8963-f276-44c3-8c61-aebe1f2464e6</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;Hi，&lt;/p&gt;
&lt;p&gt;Attached for crawled air package data.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/conn_5F00_params_5F00_update_5F00_fail.pcapng"&gt;devzone.nordicsemi.com/.../conn_5F00_params_5F00_update_5F00_fail.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/thread/129680?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 07:55:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f88d528-a069-447a-ac84-75705425ddf7</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How do you&amp;nbsp;update the connection interval? Can you send me a sniffer trace? I seems like the default interval is within the wanted range so the SDK module won&amp;#39;t send out a conn param update request.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/thread/128862?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 15:29:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a38fc0e-32f0-4927-ae8e-f1e9be1c3408</guid><dc:creator>Jim</dc:creator><description>&lt;p&gt;I use the following paramenters：&lt;/p&gt;
&lt;p&gt;#define MIN_CONN_INTERVAL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSEC_TO_UNITS(25, UNIT_1_25_MS) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; Minimum acceptable connection interval (0.5 seconds). */&lt;/p&gt;
&lt;p&gt;#define MAX_CONN_INTERVAL &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSEC_TO_UNITS(1000, UNIT_1_25_MS) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; Maximum acceptable connection interval (1 second). */&lt;/p&gt;
&lt;p&gt;#define SLAVE_LATENCY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; Slave latency. */&lt;/p&gt;
&lt;p&gt;#define CONN_SUP_TIMEOUT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MSEC_TO_UNITS(6000, UNIT_10_MS) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; Connection supervisory time-out (4 seconds). */&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;#define FIRST_CONN_PARAMS_UPDATE_DELAY &amp;nbsp;APP_TIMER_TICKS(5000, APP_TIMER_PRESCALER) &amp;nbsp;/**&amp;lt; Time from initiating an event (connect or start of notification) to the first time sd_ble_gap_conn_param_update is called (5 seconds). */&lt;/p&gt;
&lt;p&gt;#define NEXT_CONN_PARAMS_UPDATE_DELAY &amp;nbsp; APP_TIMER_TICKS(30000, APP_TIMER_PRESCALER) /**&amp;lt; Time between each call to sd_ble_gap_conn_param_update after the first (30 seconds). */&lt;/p&gt;
&lt;p&gt;#define MAX_CONN_PARAMS_UPDATE_COUNT &amp;nbsp; &amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; Number of attempts before giving up the connection parameter negotiation. */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: the connection inteval cannot updated</title><link>https://devzone.nordicsemi.com/thread/128818?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 13:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef554f60-7e19-4ad2-b29f-8f95a31ccdef</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What connection parameters are you using? Can you check if your parameters are within &lt;a href="https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf" target="_blank" rel="noopener noreferrer"&gt;Apple&amp;#39;s Guidelines&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>