<?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>Multiperipheral w/ S332 4.0.2 / Custom Tag Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27585/multiperipheral-w-s332-4-0-2-custom-tag-configuration</link><description>I have been trying to integrate support for multiperipherals into my application, but am continuing to get errors when attempting to start advertising after the first connection. 
 I&amp;#39;m running S332 v4.0.2 + SDK13.1 
 The difference between my application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2017 15:25:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27585/multiperipheral-w-s332-4-0-2-custom-tag-configuration" /><item><title>RE: Multiperipheral w/ S332 4.0.2 / Custom Tag Configuration</title><link>https://devzone.nordicsemi.com/thread/108940?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 15:25:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7adc70f2-ec10-4549-a49f-65d3ad93cc0a</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I can&amp;#39;t see that you modified the conn_count?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    memset(&amp;amp;ble_cfg, 0, sizeof(ble_cfg));
    ble_cfg.conn_cfg.params.gap_conn_cfg.conn_count     = PERIPHERAL_LINK_COUNT + CENTRAL_LINK_COUNT;
    ble_cfg.conn_cfg.params.gap_conn_cfg.event_length   = BLE_GAP_EVENT_LENGTH_DEFAULT;
    ble_cfg.conn_cfg.conn_cfg_tag                       = CONN_CFG_TAG;
    err_code = sd_ble_cfg_set(BLE_CONN_CFG_GAP, &amp;amp;ble_cfg, ram_start);
    APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>