<?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>How to establish 3 connections simultaneously between 1 mobile phone and 1 nRF52833 device ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122405/how-to-establish-3-connections-simultaneously-between-1-mobile-phone-and-1-nrf52833-device</link><description>Hi，everyone: 
 We are developing a Nearby protocol combined with UWB, which needs to communicate with the Bluetooth of Apple phones and then use UWB to measure distance. We are currently encountering a problem. In the background, the ranging frequency</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Jun 2025 12:25:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122405/how-to-establish-3-connections-simultaneously-between-1-mobile-phone-and-1-nrf52833-device" /><item><title>RE: How to establish 3 connections simultaneously between 1 mobile phone and 1 nRF52833 device ?</title><link>https://devzone.nordicsemi.com/thread/540481?ContentTypeID=1</link><pubDate>Wed, 25 Jun 2025 12:25:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09015ffa-1e57-44c4-8063-f31150a77e07</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;As mentioned, the connection interval. It determines how frequently both sides in the bluetooth link will wake up to exchange packets &lt;a title="https://github.com/zephyrproject-rtos/zephyr/blob/c906d4a1039b857b56556f00e4abf0eb9afc8e7e/include/zephyr/bluetooth/conn.h#l42-l63" href="https://github.com/zephyrproject-rtos/zephyr/blob/c906d4a1039b857b56556f00e4abf0eb9afc8e7e/include/zephyr/bluetooth/conn.h#L42-L63" rel="noopener noreferrer" target="_blank"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/c906d4a1039b857b56556f00e4abf0eb9afc8e7e/include/zephyr/bluetooth/conn.h#L42-L63&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to establish 3 connections simultaneously between 1 mobile phone and 1 nRF52833 device ?</title><link>https://devzone.nordicsemi.com/thread/540173?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 09:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9eeb0b-da98-4dcf-874a-ac45bc0ea012</guid><dc:creator>liyang</dc:creator><description>&lt;p&gt;Hi, Priyanka:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;which parameters can be changed ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to establish 3 connections simultaneously between 1 mobile phone and 1 nRF52833 device ?</title><link>https://devzone.nordicsemi.com/thread/540060?ContentTypeID=1</link><pubDate>Fri, 20 Jun 2025 14:12:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44139bb0-d729-4525-a449-e51b1146f4b3</guid><dc:creator>Priyanka</dc:creator><description>&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;3.5.4.6 LE asynchronous connection (LE ACL)
The LE asynchronous connection (LE ACL) logical transport is used to carry LL and
L2CAP control signaling and best effort asynchronous user data. The LE ACL logical
transport uses a 1-bit NESN/SN scheme to provide simple channel reliability. Every
active Peripheral has one LE ACL logical transport to the piconet Central, known as the
default LE ACL.
&amp;#160;

7.8.12 LE Create Connection command

If the local device is already connected to the same device address as the advertiser
(including two different Resolvable Private Addresses that resolve to the same IRK),
then the Controller shall return an error which should use the error code Connection
Already Exists (0x0B).&lt;/pre&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try changing the connection parameters (connection interval) instead?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to establish 3 connections simultaneously between 1 mobile phone and 1 nRF52833 device ?</title><link>https://devzone.nordicsemi.com/thread/540052?ContentTypeID=1</link><pubDate>Fri, 20 Jun 2025 13:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c8b07ac-25e4-4361-892a-a046e6f1089d</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Justin,&lt;/p&gt;
&lt;p&gt;There is the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/multiple_adv_sets/README.html"&gt;multiple advertising sample&lt;/a&gt; from nRF Connect SDK which shows how to configure and run two advertising sets simultaneously. But only one is connectable while the other is non-connectable. So I am a bit skeptical about whether your use case might be possible. I will discuss this internally with the team and get back to you.&lt;/p&gt;
&lt;p&gt;In the meantime please do checkout the sample.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>