<?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>bluetooth connection parameters help</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26593/bluetooth-connection-parameters-help</link><description>I am working with nRFx modules and have a few questions about updating parameters. I started my project with an example and modified what I needed. However, I am not sure if the parameters are getting set when I change them. Currently I go into main.c</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Aug 2018 05:11:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26593/bluetooth-connection-parameters-help" /><item><title>RE: bluetooth connection parameters help</title><link>https://devzone.nordicsemi.com/thread/145597?ContentTypeID=1</link><pubDate>Fri, 24 Aug 2018 05:11:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ac5bfa2-f7a3-4e38-8e6b-240609c11997</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;Hey AndrzejB,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using sdk15 and in&amp;nbsp;&lt;span&gt;ble_conn_params.c, I couldn&amp;#39;t find any function named &amp;quot;m_current_conn_params&amp;quot;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have an nrf52832 development board with and using sdk15.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bluetooth connection parameters help</title><link>https://devzone.nordicsemi.com/thread/104605?ContentTypeID=1</link><pubDate>Sun, 05 Nov 2017 13:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b9e1761-bf9f-4f2a-92da-84a446d59397</guid><dc:creator>AndrzejB</dc:creator><description>&lt;p&gt;Yes :) And btw if you could, mark answer as correct&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bluetooth connection parameters help</title><link>https://devzone.nordicsemi.com/thread/104604?ContentTypeID=1</link><pubDate>Sun, 05 Nov 2017 00:23:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e1d9e0f-1af5-489b-8415-cfeabd9b22ae</guid><dc:creator>jon</dc:creator><description>&lt;p&gt;This was a very helpful response, thanks! I am going to work on getting the m_current_conn_params sent across a uart to make this quick and easy to play with.&lt;/p&gt;
&lt;p&gt;In regards to FIRST_CONN_PARAMS_UPDATE_DELAY and NEXT_CONN_PARAMS_UPDATE_DELAY, it seems if a timer will start if the preferred connection parameters are not the same as m_current_conn_params. First_conn_params_upate_delay will be the time at which the first update request is made, provided that the timer has been started due to unliked parameters. Next_conn_params_update_delay seems to be a recurring timer, if parameters are still not liked after the first update request, that the nrf again will ask for an update. Does this sound about right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bluetooth connection parameters help</title><link>https://devzone.nordicsemi.com/thread/104603?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2017 21:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c1224ec-deca-4ae7-a3e7-394c38526084</guid><dc:creator>AndrzejB</dc:creator><description>&lt;ol&gt;
&lt;li&gt;If you want to check parameters, that are currently used in the connection, check m_current_conn_params defined in ble_conn_params.c.&lt;/li&gt;
&lt;li&gt;Parameters that you pick on the peripheral side are just preferable by peripheral, but the final decision is on central side. If central will not agree with parameters proposed by peripheral these parameters will be ignored&lt;/li&gt;
&lt;li&gt;FIRST_CONN_PARAMS_UPDATE_DELAY and  NEXT_CONN_PARAMS_UPDATE_DELAY determine when the Connection Parameter Update Requests will be performed. So, you rather should take care of this two parameters.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>