<?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>Option parameters</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10479/option-parameters</link><description>Hello, 
 I am investigating the on_ble_ev function and trying to get back the Connection Interval parameters set by the Master Control throught the ble_evt_t struture . Is this parameter is available in the by this way?
Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Nov 2015 11:11:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10479/option-parameters" /><item><title>RE: Option parameters</title><link>https://devzone.nordicsemi.com/thread/38942?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2015 11:11:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:495c5009-2dbb-4088-bc8f-9f523021631a</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Yes they are in the parameter to the BLE_GAP_EVT_CONNECTED and BLE_GAP_EVT_CONN_PARAM_UPDATE events.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_evt_t.gap_evt.connected.conn_params
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;for the connection event, similar for the update one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>