<?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>Difference between ble parameter update functions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23727/difference-between-ble-parameter-update-functions</link><description>Could someone explain the difference between the following functions: 
 ble_conn_params_change_conn_params(ble_gap_conn_params_t *new_params)
sd_ble_gap_conn_param_update(uint16_t conn_handle, ble_gap_conn_params_t const *p_conn_params) 
 My PCA10040</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2017 12:41:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23727/difference-between-ble-parameter-update-functions" /><item><title>RE: Difference between ble parameter update functions</title><link>https://devzone.nordicsemi.com/thread/93333?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 12:41:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2320167e-b086-4eb2-b907-51d25a02a4d4</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Both of the functions will do the same job, ble_conn_params_change_conn_params() uses sd_ble_gap_conn_param_update() to update the connection parameters.&lt;/p&gt;
&lt;p&gt;ble_conn_params_change_conn_params() is a function in the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.1.0%2Flib_ble_conn_params.html&amp;amp;cp=4_0_0_3_1_3"&gt;BLE connection parameter negotiation library&lt;/a&gt;&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>