<?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 actions BLE s130 SDK 11</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13781/concurrent-actions-ble-s130-sdk-11</link><description>Hi ! 
 I&amp;#39;m using S130 softdevice on SDK 11 as central. I&amp;#39;m wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection and scanning at the same time, and it is not allowed to start more than one connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 May 2016 07:45:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13781/concurrent-actions-ble-s130-sdk-11" /><item><title>RE: Concurrent actions BLE s130 SDK 11</title><link>https://devzone.nordicsemi.com/thread/52682?ContentTypeID=1</link><pubDate>Fri, 13 May 2016 07:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2cd1dc9-58a3-47e8-936f-9ef0d1039a9a</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;To add to this: Apart from the few things we state that you &lt;em&gt;shall not do&lt;/em&gt;, no operations should crash the SoftDevice. Instead, the SoftDevice will return an error code stating that something went wrong. So all operations should be safe, but it is possible to lose performance and efficiency by not being careful.&lt;/p&gt;
&lt;p&gt;All the links are also independent, so any write operation on link 1 will never affect what you can call on link 2. But it can affect performance and throughput.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Concurrent actions BLE s130 SDK 11</title><link>https://devzone.nordicsemi.com/thread/52681?ContentTypeID=1</link><pubDate>Thu, 12 May 2016 12:47:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d254f800-3b21-481f-a2ec-8e2cfc97a9a5</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;As soon as a connection is established it&amp;#39;s ok to use this link. The scheduler will handle conflicts between the existing connection and scanning. In case a packet is dropped in a connection due to scanning, it will be retransmitted in the next connection event, if the packet is dropped multiple times and you get closer to the connection supervision timeout the priority of the link will be increased to avoid dropping the connection. But it&amp;#39;s still a good idea to make sure scan intervals and connection intervals doesn&amp;#39;t interfere each other. You can take a look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/multilink_scheduling/multilink_scheduling.html?cp=2_6_2_0_14"&gt;scheduler&lt;/a&gt; chapter in the Softdevice specification for more details on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>