<?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>Connection handle out of range</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116349/connection-handle-out-of-range</link><description>I&amp;#39;m using nrf52840 with SDK 17.1.0. 
 The relevant link_count settings are: 
 
 #define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1 
 #define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1 
 #define NRF_SDH_BLE_TOTAL_LINK_COUNT 1 
 
 
 I&amp;#39;ve implemented a peripheral running</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Nov 2024 13:45:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116349/connection-handle-out-of-range" /><item><title>RE: Connection handle out of range</title><link>https://devzone.nordicsemi.com/thread/510505?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 13:45:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40c37564-13f3-499e-9b1f-43d35a854f82</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Chris&lt;/p&gt;
&lt;p&gt;Please note that the TOTAL_LINK_COUNT should be = CENTRAL_LINK_COUNT + PERIPHERAL_LINK_COUNT (so 2 in your project).&lt;/p&gt;
&lt;p&gt;I think since you only allow one link, the link count will be 1, since it&amp;#39;s not 0 indexed, but rather starts at 1.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>