<?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>SDK13 Eddystone example bugs &amp;amp; quirks for PCA10040</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23185/sdk13-eddystone-example-bugs-quirks-for-pca10040</link><description>Hi, 
 Just wanted to point out that I noticed that after pressing Button 1 to put the device into connectable advertising mode, LED 3 turns on as expected. But if the connectable advertising times out without any connection requests from a client, LED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jul 2017 13:34:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23185/sdk13-eddystone-example-bugs-quirks-for-pca10040" /><item><title>RE: SDK13 Eddystone example bugs &amp; quirks for PCA10040</title><link>https://devzone.nordicsemi.com/thread/91193?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2017 13:34:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0e5629a-f8e6-465b-83a2-a6d1bdc43629</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I will report these issues internally.&lt;/p&gt;
&lt;p&gt;With regards to LED3 not being turned off on advertising timeout, you can fix this by adding the a case to the swtich in &lt;code&gt;on_ble_evt()&lt;/code&gt;, handling the timeout event:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;case BLE_GAP_EVT_TIMEOUT:
    bsp_board_led_off(CONNECTABLE_ADV_LED_PIN);
    break;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>