<?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>No reconnect after LinkLoss</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3177/no-reconnect-after-linkloss</link><description>Hi, I developed a sensory application which works together with the Master Control Panel (3.6.0.8331). 
 On the sensor side I am using the S110 (7.0.0-3.alpha) in combination with a bootloader. Since the electronics is sealed I am just able to update</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Jun 2016 15:03:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3177/no-reconnect-after-linkloss" /><item><title>RE: No reconnect after LinkLoss</title><link>https://devzone.nordicsemi.com/thread/11700?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 15:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c3ed47e-8d39-4090-98cc-644c29486d39</guid><dc:creator>Nikolaus Wittenstein</dc:creator><description>&lt;p&gt;I believe &lt;code&gt;BLE_GAP_EVT_TIMEOUT&lt;/code&gt; does not refer to link loss (see &lt;a href="https://devzone.nordicsemi.com/question/7574/what-will-cause-ble_gap_evt_timeout/"&gt;here&lt;/a&gt;). I think you detect it like this (untested):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;case BLE_GAP_EVT_DISCONNECTED:
  m_conn_handle = BLE_CONN_HANDLE_INVALID;
            
  if (p_ble_evt-&amp;gt;evt.gap_evt.params.disconnected.reason == BLE_HCI_CONNECTION_TIMEOUT)
  {
    ...
  }
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No reconnect after LinkLoss</title><link>https://devzone.nordicsemi.com/thread/11699?ContentTypeID=1</link><pubDate>Tue, 06 Jan 2015 09:38:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76a939b5-2499-4e80-828a-cc51a824ab64</guid><dc:creator>Anjaly</dc:creator><description>&lt;p&gt;hello,
I am also facing the same issue. I want to know whenever a link loss occurs. I too could not find any event which is triggered whenever a link loss happens. If you solved your problem, please help me too.
Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>