<?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>Change the advertise interval</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9802/change-the-advertise-interval</link><description>Hello, 
 I am working on SDK 9.0 and softdevice 8.0 and the requirement for my application is the device has to advertise till it gets connected and even after disconnection. 
 To advertise at infinite time, I set the macro APP_ADV_TIMEOUT_IN_SECONDS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Oct 2015 07:15:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9802/change-the-advertise-interval" /><item><title>RE: Change the advertise interval</title><link>https://devzone.nordicsemi.com/thread/36345?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2015 07:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdebb050-0637-4f34-bbdd-1045659d4f57</guid><dc:creator>Artucas</dc:creator><description>&lt;p&gt;Good to hear. Could you please mark my answer as correct, so others could also finds this. You can accept it by clicking grey circle which is next to my answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change the advertise interval</title><link>https://devzone.nordicsemi.com/thread/36344?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2015 06:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6545475-4a17-41b1-8067-71b876e990c7</guid><dc:creator>sowmya</dc:creator><description>&lt;p&gt;Hi Artucas, thank you for the reply. I changed the timing and it is working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change the advertise interval</title><link>https://devzone.nordicsemi.com/thread/36343?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2015 14:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba54cb98-8add-4c64-a491-06727b8d6a97</guid><dc:creator>Artucas</dc:creator><description>&lt;p&gt;Sowmya, You can change the advertisement interval by changing ble_gap_adv_params_t.interval value. Advertising value can vary from 0x0020 to 0x4000 in 0.625ms units. So maximum advertisement interval you can have is 10.24 seconds and the minimum interval is 20ms. Be aware, that if you are using non-connectable advertisements, the minimum interval is 100ms.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;If you look at ble_peripheral/ble_app_beacon example, you could see that this value is modified by macro #define NON_CONNECTABLE_ADV_INTERVAL    MSEC_TO_UNITS(200, UNIT_0_625_MS) .&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>