<?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>multi-link central connection with thingy having issue.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29863/multi-link-central-connection-with-thingy-having-issue</link><description>hi, i am using pca10040 devkit as multi-link central device to connect with 8 nos thingy52.
i am using sdk14.2.0 multi-link central example with soft device S132v5.0, i have modified multi-link central code to discover and initialize 5 thingy service</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Feb 2018 11:54:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29863/multi-link-central-connection-with-thingy-having-issue" /><item><title>RE: multi-link central connection with thingy having issue.</title><link>https://devzone.nordicsemi.com/thread/120089?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 11:54:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afef15fc-bc30-455d-8cd8-49db8762dd9d</guid><dc:creator>nikunj8086</dc:creator><description>&lt;p&gt;found solution.&lt;/p&gt;
&lt;p&gt;so basically service discovery was happening 7 time for first node and for rest of the node it will be only once.&lt;/p&gt;
&lt;p&gt;so i created a static variable in service discovery function and incremented it&amp;nbsp;at the end of function.&lt;/p&gt;
&lt;p&gt;and after that i put a if condition as count variable is 1 then enable notification.&lt;/p&gt;
&lt;p&gt;this way all of my thingy were able to connect all at once because of discovery time is reduced for first node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: multi-link central connection with thingy having issue.</title><link>https://devzone.nordicsemi.com/thread/118708?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 13:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc531d02-1d31-4306-97ef-f016c8f8f2ac</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The LED button service for the first connected peripheral is for some reason discovered 7 times, whereas the second LED button service is discovered one time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: multi-link central connection with thingy having issue.</title><link>https://devzone.nordicsemi.com/thread/118707?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 13:13:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36a795d2-006e-4e82-b408-8fd49e80712f</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi nikunj8086, do you have any log file available? So basically, if you turn off your central device &amp;amp; turn off all your Thingy:52s &amp;amp; then turn the central device back on &amp;amp; then turn on the Thingy devices one by one, the central device is able to discover all of the Thingy services of each Thingy, right? But if you turn off the central device &amp;amp; keep the Thingys on &amp;amp; turn the central device back on, the central is not able to discover all of the services &amp;amp; enable notifications. Is that correct?&lt;/p&gt;
&lt;p&gt;Have you tested this example with less peripheral Thingy devices? Does the same thing happen if you have one central pca10040 dk &amp;amp; two Thingy devices as peripherals?&lt;/p&gt;
&lt;p&gt;I have tested the multilink central example with an nrf52840pdk as the central &amp;amp; two nrf52832dks as peripherals &amp;amp; got this weird behaviour here:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;info&amp;gt; app: Starting initilization of multilink example.
&amp;lt;info&amp;gt; app: Multilink example started.
&amp;lt;info&amp;gt; app: Start scanning for device name Blinky_DC10.
&amp;lt;info&amp;gt; app: Connection 0x0 established, starting DB discovery.
&amp;lt;info&amp;gt; app: Start scanning for device name Blinky_DC10.
&amp;lt;info&amp;gt; app: Connection 0x1 established, starting DB discovery.
&amp;lt;info&amp;gt; app: Start scanning for device name Blinky_DC10.
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x0
&amp;lt;info&amp;gt; app: LED Button service discovered on conn_handle 0x1
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>