<?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>Challenges connecting to 11 peripherals to one central.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125745/challenges-connecting-to-11-peripherals-to-one-central</link><description>Summary 
 We are developing a Central application on the nRF7002 DK (nRF5340 SoC) using NCS v2.7.0 . The goal is to establish and maintain 11 concurrent Bluetooth Low Energy (BLE) connections to collect sensor notification data from Peripheral devices</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Nov 2025 09:15:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125745/challenges-connecting-to-11-peripherals-to-one-central" /><item><title>RE: Challenges connecting to 11 peripherals to one central.</title><link>https://devzone.nordicsemi.com/thread/555160?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 09:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bb62d4b-e1ac-4c01-a043-9fa1a494e539</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The error code you&amp;#39;re seeing (-120) points to the operation already being in progress. It seems your previous GATT MTU exchange is still ongoing when you&amp;#39;re trying to do the next one, so you need to make sure the previous one is completed before you connect to and have a MTU exchange with another device.&lt;/p&gt;
&lt;p&gt;The nRF5340 should have enough memory to hold&amp;nbsp;&lt;strong&gt;at least&lt;/strong&gt; 11 connections, but the project configuration files might not be set to support that many connections. In general, I think the easiest would be to move/upgrade to NCS v2.8.0 and use the scanning_while_connecting sample as reference, but it should be possible on v2.7.0 as well. You can use the prj.&lt;strong&gt;conf&lt;/strong&gt; file from the scanning_while_connecting sample for reference.&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>