<?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>concurrent connection over bluetooth 6lowpan</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18642/concurrent-connection-over-bluetooth-6lowpan</link><description>Is it possible to connect more than one device over bluetooth to single router (Raspberry Pi 3 under archlinux)?
I connect using commands: 
 echo &amp;quot;connect 00:4D:25:16:1A:52 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control
echo &amp;quot;connect 00:C7:60:F6</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Dec 2016 10:42:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18642/concurrent-connection-over-bluetooth-6lowpan" /><item><title>RE: concurrent connection over bluetooth 6lowpan</title><link>https://devzone.nordicsemi.com/thread/72016?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 10:42:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd3259a8-ac75-4d25-8887-7a5d47afe171</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Thanks for sharing Maciej.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: concurrent connection over bluetooth 6lowpan</title><link>https://devzone.nordicsemi.com/thread/72015?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2016 16:13:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b3f47f2-55c1-4a1f-bd26-8975b1d411a5</guid><dc:creator>Maciej</dc:creator><description>&lt;p&gt;I found solution for my problem.
Between each connecting have to be some period of time for end of connecting process.&lt;/p&gt;
&lt;p&gt;Here is solution:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;echo &amp;quot;connect 00:4D:25:16:1A:52 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control
sleep 2
echo &amp;quot;connect 00:C7:60:F6:3B:67 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>