<?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>NRF51 send two alternating advertisements?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1925/nrf51-send-two-alternating-advertisements</link><description>We have an application that is an apple ibeacon, plus some extra properties that can be read (battery level for example)
The &amp;quot;ibeacon profile&amp;quot; eats up all the space in the advertisement frame, so i can&amp;#39;t use it to announce any services. 
 I was wondering</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Mar 2014 10:15:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1925/nrf51-send-two-alternating-advertisements" /><item><title>RE: NRF51 send two alternating advertisements?</title><link>https://devzone.nordicsemi.com/thread/8260?ContentTypeID=1</link><pubDate>Wed, 19 Mar 2014 10:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30208450-c9c3-444e-9709-1c52c39da64f</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Yep, this could be a way to go. You can change advertisement data at any time, and there should be no problem with toggling between completely different sets. Each time an advertisement is sent on-air (i.e. for each advertising interval, as defined in your code), it&amp;#39;s sent on all 3 advertising channels.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51 send two alternating advertisements?</title><link>https://devzone.nordicsemi.com/thread/8259?ContentTypeID=1</link><pubDate>Wed, 19 Mar 2014 02:17:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1beb9f7e-dd17-40ac-a8e3-07e040945ec7</guid><dc:creator>aep</dc:creator><description>&lt;p&gt;To answer my own question partially: There doesn&amp;#39;t appear to be any limit of when you can call ble_advdata_set.
Just calling that in an app_timer interrupt switches the advertisement data instantaneously without downtime.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not quite sure yet if it will solve my problem, but so far it looks promising.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>