<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>central multilink example not building</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/86689/central-multilink-example-not-building</link><description>Hi, All 
 I am trying the example here ...ncs\v1.9.1\zephyr\samples\bluetooth\central_multilink\ with nRF52833dk_nrf52833 board, however it doesn&amp;#39;t build, and saying the maximum conn number is outside of the valid range of [1. 20]. 
 What is the range</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 25 May 2022 09:54:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/86689/central-multilink-example-not-building" /><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/369475?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 09:54:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2e409d1-25d6-4ae4-8632-f56de4a87a18</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Thank you, Simon&lt;/p&gt;
&lt;p&gt;just checked prj.conf and realised that&amp;nbsp;&lt;span&gt;CONFIG_BT_MAX_CONN&lt;/span&gt;&lt;span&gt;=20 is commented&amp;nbsp;out - sorry my fault.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is now be able to connect 2 with no error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Flash usage is 35% and RAM 52%, use SoC 52833.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Now I need to keep a table of connected device with MAC addresses and&amp;nbsp;their connection objects.&amp;nbsp; &amp;nbsp;will try to do connection and disconnect for any of them.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ping&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/369446?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 08:07:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea0c005b-bfc8-4683-b314-5aa59a55d335</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;A connection should not take that much RAM. How much flash memory does your application and the SoftDevice controller take? If it&amp;#39;s close to the SoCs flash, the pairing information might exceed the flash available. Can you also show me the prj.conf file of your application?&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/369199?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 08:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0e33d1a-5477-4122-a05f-91eb771737ad</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hi, Simon&lt;/p&gt;
&lt;p&gt;1. I&amp;nbsp;think conn_connecting is an instance of bt_conn in pointer type, right?&amp;nbsp; definition below.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;struct&lt;/span&gt;&lt;span&gt; bt_conn *conn_connecting;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;while it is&amp;nbsp;created in following function -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; err = bt_conn_le_create(addr, &amp;amp;create_param, &amp;amp;conn_param,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;conn_connecting);&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;and declaration&amp;nbsp;of the function is :&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;int bt_conn_le_create(const bt_addr_le_t *peer,
		      const struct bt_conn_le_create_param *create_param,
		      const struct bt_le_conn_param *conn_param,
		      struct bt_conn **ret_conn)&lt;/pre&gt;
&lt;div&gt;
&lt;div&gt;&amp;nbsp;it is a type of struct bt_conn **ret_conn, looks like a pointer of a pointer, I am bit confused&amp;nbsp;here, and not sure&amp;nbsp;which one is the connect object&amp;nbsp;after a connection is created, please clarify.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;2. About the SRAM usage, compile code uses ~30K RAM out of 128K,so there is still about 98K left,&amp;nbsp;is there a way to know how much RAM a connection use? Please advise.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thank you again for your patience!&lt;/div&gt;
&lt;div&gt;Ping&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/369157?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 06:23:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff519886-49b2-44f7-bb7f-df0dd11546ac</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. Correct, but &lt;strong&gt;bt_conn *conn&amp;nbsp;&lt;/strong&gt;is not the same as&amp;nbsp;&lt;strong&gt;conn_connecting&lt;/strong&gt;, these are two different structs, and it seems like your&amp;#39;re mixing these up.&lt;/p&gt;
&lt;p&gt;2. It shouldn&amp;#39;t be necessary to add conn_connecting. Use the&lt;strong&gt; bt_conn *conn&lt;/strong&gt; struct instead.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt;Error -12&lt;/strong&gt; points to there being no more memory in your application. Have you checked how much memory your application uses as is, and does one connection take up what is available in your application?&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/368926?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 07:56:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea43f9be-7fc5-4ef1-8a62-d02ef4f9041d</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hi, Simon&lt;/p&gt;
&lt;p&gt;Thanks for reply.&lt;/p&gt;
&lt;p&gt;1. Here is the disconnect API in the example -&lt;span style="text-decoration:underline;"&gt;static void disconnect(struct bt_conn *conn, void *data),&amp;nbsp;&lt;/span&gt;it requires to pass&amp;nbsp;bt_conn *conn object in order to call it, so I don&amp;#39;t think it should be cleared before it is disconnected, Am I wrong?&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;2. Anyway, I tried to call the disconnect function with conn_connecting as parameter, and it works, but I had to modify the connected function, not to clear it. If I clear it . If I clear it to NULL and then call disconnect function, it crashes. Any solution to this?&lt;/div&gt;
&lt;div&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;3. I am keeping the MAC address of all connected devices, also tried to keep all connection&amp;nbsp;objects too, so I can disconnect and connect any of them at any time, but so far it works for&amp;nbsp;one connection at a time only, if I try to connect a second one while the first one is connected , it give me an error of -12, please can you tell me why?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Regards!&lt;/div&gt;
&lt;div&gt;Ping&lt;/div&gt;
&lt;div&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/368920?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 07:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e786cfb0-39a1-4608-8cad-a8dc75b7ed97</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. The disconnect doesn&amp;#39;t use the conn_connecting call as far as I can see, but rather the connection handle or address of the device.&lt;/p&gt;
&lt;p&gt;2. Yes, the conn_connecting is just an event used during the connection procedure, and are cleared between connections.&lt;/p&gt;
&lt;p&gt;3. You need to store&amp;nbsp;connection information, for example the addresses of the connected devices somewhere that you can call in order to disconnect from a specific device after connecting to multiple ones.&amp;nbsp;&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/368633?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 13:06:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f253d1a-d934-4119-972c-f40911b22e6a</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hi, Simon&lt;/p&gt;
&lt;p&gt;Thanks for your reply, I thought I need to create a new case to get some attention, good that you noticed -&amp;nbsp;the new case has been closed anyway.&lt;/p&gt;
&lt;p&gt;1. if&amp;nbsp;&lt;span&gt;conn_connecting is set to NULL&amp;nbsp;after connection is still established, I wonder how can I call disconnect() function below if I need to disconnect it,&amp;nbsp;&amp;nbsp;the function needs&amp;nbsp;to pass a connection object&amp;nbsp;to work, it cannot be NULL, right?&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;em&gt;void disconnect(struct bt_conn *conn)&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;2. Do you mean it will be overwritten by next connection? then back to question one, no connection object to refer to for disconnection. Do&amp;nbsp;you mean I don&amp;#39;t&amp;nbsp;need to create multiple connection objects for multiple device connections? I&amp;nbsp;need to disconnect them if I need.&lt;/p&gt;
&lt;p&gt;3. Yes, you are right, I noticed, but&amp;nbsp;I have not seen&amp;nbsp;any object to disconnect,&amp;nbsp;still don&amp;#39;t quite understand how I can have a software to do multiple connect and disconnect for any device I choose, any more examples please?&lt;/p&gt;
&lt;p&gt;Sorry to bother you with these questions, I am&amp;nbsp;new to BLE and learning.&lt;/p&gt;
&lt;p&gt;Ping&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/368598?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 12:06:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d45b23a4-6f3c-4486-8861-aa314664fc25</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I see you also made a new case asking these same exact questions. In the future please create a new case if it&amp;#39;s a separate topic or the older case was closed. Otherwise it&amp;#39;s fine to ask in an existing post.&lt;/p&gt;
&lt;p&gt;1. As far as I can tell, this is used when you connect to a device with bt_conn_le_create(). So when you get the connected event, either because of a&amp;nbsp;failed connection attempt or a successful one (the second one), the conn_connecting has to be cleared so you can connect to the next device with a new connection object.&lt;/p&gt;
&lt;p&gt;2. I don&amp;#39;t think you need to, since this is cleared after a connection it is ready to be used by the next device that is connecting as well.&lt;/p&gt;
&lt;p&gt;3. It should reach the &amp;quot;Disconnecting all&amp;quot; line and below when the iterations limit (max connections) are reached this can be reached as well as far as I can tell.&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/368419?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 14:27:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c91f09f-2ee0-482c-b001-c7b4ce58f506</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hello, Simon&lt;/p&gt;
&lt;p&gt;I am revisit the example here, and&amp;nbsp;would like to ask a question, in&amp;nbsp;call back function connected show below, I wonder why conn_connecting is set to NULL even there is no failure on connection, I am thinking of&amp;nbsp;calling&amp;nbsp;disconnect&amp;nbsp;function to disconnect it if I need to, but if it is set to NULL, then, it is not possible, right? Also, may I create multiple connection reference variables like &lt;span&gt;conn_connecting&amp;nbsp;? as I need to create multiple connections same time and freely disconnect them any time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void connected(struct bt_conn *conn, uint8_t reason)
{
	char addr[BT_ADDR_LE_STR_LEN];

	bt_addr_le_to_str(bt_conn_get_dst(conn), addr, sizeof(addr));

	if (reason) {
		printk(&amp;quot;Failed to connect to %s (%u)\n&amp;quot;, addr, reason);

		bt_conn_unref(conn_connecting);
		conn_connecting = NULL;

		start_scan();
		return;
	}

	conn_connecting = NULL;  //why set the conn_connectign to NULL here? how can I disconnect it?

	conn_count++;
	if (conn_count &amp;lt; CONFIG_BT_MAX_CONN) {
		start_scan();
	}

	printk(&amp;quot;Connected (%u): %s\n&amp;quot;, conn_count, addr);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Last question - don&amp;#39;t think the following code in init_central() function in while (true) {} loop is ever be called, I wonder how does the program disconnect the connected multiple devices.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;		iterations--;
		printk(&amp;quot;Iterations remaining: %u\n&amp;quot;, iterations);

		printk(&amp;quot;Disconnecting all...\n&amp;quot;);
		is_disconnecting = true;
		bt_conn_foreach(BT_CONN_TYPE_LE, disconnect, NULL);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Could you please explain a little bit? I am trying to connect second device without&amp;nbsp;setting the first conn_connecting NULL, and it gave me an error code of -12, seems meaning ENOMEM - not enough core, does this mean it has run out of memory? It only had 1 connection.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your attention.&lt;/p&gt;
&lt;p&gt;Ping&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362516?ContentTypeID=1</link><pubDate>Fri, 08 Apr 2022 08:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bb2b61d-1955-4d71-83af-6b2f174ed886</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The radio will have to stop scanning while it is connecting to a device I&amp;#39;m afraid, as there is only one radio, it will have to stop scanning to be able to connect. If you want the device to always be scanning, you can&amp;#39;t do connections, and only receive data from beacons. The error reasons can be found in the errno.h header file. -11 should point to EAGAIN, telling you to try again. What exact line is returning this error, as that usually gives a pointer as to what the reason is. I&amp;#39;m guessing you&amp;#39;re being told to try creating the connection later (when the scanning has stopped), as the radio will be busy when you try scanning and creating a connection at the same time.&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362374?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 13:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5af3fd6-46f6-4061-838b-6d908c1e8775</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hi, Simonr&lt;/p&gt;
&lt;p&gt;Further on scan/connection, I noticed that it stops scan when it decides to connect to a device, I need my application always scan - is this possible? Do i need to create a scan only thread?&lt;/p&gt;
&lt;p&gt;I tried to comment out the&amp;nbsp;bt_le_scan_stop() before create connection, but it failed to connect, with reason -11, where can i find all the reason code for connect/disconnect please?&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;
&lt;p&gt;Ping&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362272?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 09:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc3667fb-f442-4dca-8c10-0f81c6d073c6</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Hello, Simonr&lt;/p&gt;
&lt;p&gt;Thank you for your reply. below is the screenshot.&lt;/p&gt;
&lt;p&gt;&lt;img height="494" src="https://test-devzone.nordicsemi.com/resized-image/__size/960x720/__key/communityserver-discussions-components-files/4/pastedimage1649323591724v1.png" width="900" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362242?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 08:36:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50457328-7b2e-4377-af51-a7268772bd99</guid><dc:creator>user75734</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_BT_MAX_CONN"&gt;CONFIG_BT_MAX_CONN&lt;/a&gt; can be set between 1 and 64, but is restricted by the size of the memory on the device you&amp;#39;re using. The Zephyr sample sets it to close to max just because it&amp;#39;s possible, but it has to be modified when using devices with less memory. Can you show me the build error you get when trying to set the max connection to more than 20?&lt;/p&gt;
&lt;p&gt;Regarding the scanning, the central_multilink will start scanning, then connect to the first connectable device with an RSSI better than -35dBm. Once the connection is completed, the device will start scanning again and connect to the next connectable advertising device with good enough RSSI. This will go on until the max connections are reached I think (or there are no more suitable peripherals to connect to.&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><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362224?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 07:41:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:451d7079-b17c-4e95-88e6-34e5d638465a</guid><dc:creator>user113482</dc:creator><description>&lt;p&gt;Thank you for reply!&lt;/p&gt;
&lt;p&gt;So &lt;span&gt;CONFIG_BT_MAX_CONN&amp;nbsp;&lt;/span&gt; is depend on SoC?&lt;/p&gt;
&lt;p&gt;32 doesn&amp;#39;t compile neither, maximum 20 for me, I wonder where&amp;nbsp;I can&amp;nbsp;find the limit for different boards.&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;
&lt;p&gt;Ping&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central multilink example not building</title><link>https://test-devzone.nordicsemi.com/thread/362156?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 16:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39f9684b-ab04-4fdd-8c39-e6f7005ca66c</guid><dc:creator>user103465</dc:creator><description>&lt;p&gt;&lt;em&gt;Another question, when a&amp;nbsp;central is connected to some peripherals,&amp;nbsp;&amp;nbsp;is&amp;nbsp;it still able to do scanning?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yes it is able to scan.&lt;/p&gt;
&lt;p&gt;CONFIG_BT_MAX_CONN = 62 is too high value. About 32 is maximum for nrf52&lt;/p&gt;
&lt;p&gt;CONFIG_BT_MAX_CONN = 62 is for other board sample&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>