<?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>Sleep &amp;amp; advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47935/sleep-advertising</link><description>I&amp;#39;m using SDK 15.2 &amp;amp; HID keyboard example. I would like to know the following things- 
 1. How long does BLE chip advertise its name before making a connection with central? 
 2. Does the BLE chip go to sleep if there is inactivity or does it go to sleep</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jun 2019 11:50:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47935/sleep-advertising" /><item><title>RE: Sleep &amp; advertising</title><link>https://devzone.nordicsemi.com/thread/190491?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 11:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41ac45f1-43dc-4fb7-8e2c-43d8d5c7518d</guid><dc:creator>Jared</dc:creator><description>&lt;ol&gt;
&lt;li&gt;The application starts in advertising fast mode and advertises for 30 seconds before going to sleep as APP_ADV_FAST_DURATION = 3000&lt;/li&gt;
&lt;li&gt;The peer device will go back to sleep until an interrupt from one of the event handlers triggers a wakeup. The connection is terminated if no packets are received within the connection supervisory timeout.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep &amp; advertising</title><link>https://devzone.nordicsemi.com/thread/190296?ContentTypeID=1</link><pubDate>Fri, 31 May 2019 13:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d40b57a-d555-4d66-883e-f1d3dc618c90</guid><dc:creator>bscdb</dc:creator><description>&lt;p&gt;Hi, Thank you for the reply.&lt;/p&gt;
&lt;p&gt;1. After how much time does the BLE chip go to sleep if it does not&amp;nbsp;make a connection with host? Like it stops advertising its name after a certain timeout. What is that timeout value? How can I change this in the code?&lt;/p&gt;
&lt;p&gt;2. After making connection, if there is no data transfer between ble chip &amp;amp; host, does the sleeping depend on supervisory timeout?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sleep &amp; advertising</title><link>https://devzone.nordicsemi.com/thread/190293?ContentTypeID=1</link><pubDate>Fri, 31 May 2019 13:05:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:668f46af-28f7-4e2c-9119-56b22bca6d71</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The peripheral will advertise either as long as the advertisement&amp;nbsp;duration is set or until a central sends a connection request. This can be changed by changing the APP_ADV_FAST_DURATION/APP_ADV_SLOW_DURATION&amp;nbsp;definition.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;This depends on your application. Most of our examples in the SDK goes to sleep in between the advertisements including the hid keyboard example.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>