<?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>Code getting stuck upon connecting to it with nRFConnect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52804/code-getting-stuck-upon-connecting-to-it-with-nrfconnect</link><description>I was using a sample code from here which was posted by J&amp;#248;rgen Holmefjord at the link: https://devzone.nordicsemi.com/f/nordic-q-a/43750/to-display-uuid-major-minor-values-and-company-identifier-using-ble_app_proximity-example/171796#171796 
 It is to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Nov 2019 10:30:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52804/code-getting-stuck-upon-connecting-to-it-with-nrfconnect" /><item><title>RE: Code getting stuck upon connecting to it with nRFConnect</title><link>https://devzone.nordicsemi.com/thread/219632?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2019 10:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08f7bcaf-46ad-4297-94b2-36de0d8910a7</guid><dc:creator>viaed</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_4001.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;how do u get this going?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code getting stuck upon connecting to it with nRFConnect</title><link>https://devzone.nordicsemi.com/thread/215195?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 04:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9ea61d7-79a1-455a-be88-c38fe2c88fdd</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;I inserted advertising start in the Disconnection ble_evt_handler:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;case BLE_GAP_EVT_DISCONNECTED:
        {
            bool erase_bonds;
            NRF_LOG_INFO(&amp;quot;Disconnected.&amp;quot;);
            
            advertising_start(erase_bonds); //added by AUAK
            
            break;
        }&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Code getting stuck upon connecting to it with nRFConnect</title><link>https://devzone.nordicsemi.com/thread/212968?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2019 11:02:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91fdd9e5-a73e-4510-91d0-f3a88f36242c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The example does not restart advertising when you disconnect. You can do this by adding&amp;nbsp;advertising_start(false); in the&amp;nbsp;BLE_GAP_EVT_DISCONNECTED event in&amp;nbsp;ble_evt_handler(). Note that if you want the beacon to continue advertising while connected, this must also be handled by you in the code.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>