<?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>Bandwidth Configuration: how to achieve different bandwidths</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18503/bandwidth-configuration-how-to-achieve-different-bandwidths</link><description>Hi 
 I&amp;#39;m trying to get higher throughput when connected as a central by increasing my Tx&amp;amp;Rx bandwidth to high (from the default medium). 
 uint32_t nrfErr; ble_opt_t opt = {0};

/* Set the role as central */
opt.common_opt.conn_bw.role = 2;
/* Set</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Dec 2016 12:35:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18503/bandwidth-configuration-how-to-achieve-different-bandwidths" /><item><title>RE: Bandwidth Configuration: how to achieve different bandwidths</title><link>https://devzone.nordicsemi.com/thread/71402?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2016 12:35:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cf72ff3-0076-4a78-9576-a5a6af1644ef</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;If you set enable_params.common_enable_params.p_conn_bw_counts to NULL you tell the SoftDevice to reserve RAM for default bandwidth configuration for your connections. Connections as a Central will be set to medium bandwidth and connections as a Peripheral will be set to high bandwidth. See &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.sds/dita/softdevices/s130/ble_protocol_stack/role_configuration.html?cp=2_3_0_0_9_3"&gt;this&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;So if you want to use BLE_CONN_BW_HIGH with a connection as a central you need to set enable_params.common_enable_params.p_conn_bw_counts something that reflects this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>