<?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>NRF_SDH_BLE_TOTAL_LINK_COUNT vs PERIPHERAL_LINK_COUNT and CENTRAL_LINK_COUNT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34880/nrf_sdh_ble_total_link_count-vs-peripheral_link_count-and-central_link_count</link><description>In my project, I typically have 20 central connections to the Nordic device. Occasionally, I need to allow a phone to connect to the device using a peripheral link. When this occurs, I do not need the other 20 central connections to be maintained. So</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2019 09:53:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34880/nrf_sdh_ble_total_link_count-vs-peripheral_link_count-and-central_link_count" /><item><title>RE: NRF_SDH_BLE_TOTAL_LINK_COUNT vs PERIPHERAL_LINK_COUNT and CENTRAL_LINK_COUNT</title><link>https://devzone.nordicsemi.com/thread/226083?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 09:53:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba24b2b5-4efd-490d-9aae-b21b4fecf459</guid><dc:creator>Martin H.</dc:creator><description>&lt;p&gt;Is this still valid today and with s140-7.0.1 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_SDH_BLE_TOTAL_LINK_COUNT vs PERIPHERAL_LINK_COUNT and CENTRAL_LINK_COUNT</title><link>https://devzone.nordicsemi.com/thread/133963?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 08:03:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18253b0c-d424-4139-bd2c-0d4b365a754f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi JOn,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the intended behaviour, as you have stated the S132 SoftDevice only supports 20 concurrent connections. Hence,&amp;nbsp;NRF_SDH_BLE_CENTRAL_LINK_COUNT +&amp;nbsp;NRF_SDH_BLE_PERIPHERAL_LINK_COUNT &amp;lt;= NRF_SDH_BLE_TOTAL_LINK_COUNT. So the maximum number of central link you will be able to configure with one peripheral link is 19.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can set the central link count to 20 and the peripheral link count to 0 and then modify the central and peripheral link counts at run-time when you need to connect to the device with a phone, but this will require you to reinitialize the SoftDevice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>