<?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>update data in an advertising packet?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21443/update-data-in-an-advertising-packet</link><description>I use next init in static void advertising_init(bool bonding) 
 ble_advdata_manuf_data_t manuf_data; 
	manuf_data.company_identifier = COMPANY_ID ;
	manuf_data.data.p_data = &amp;amp;adv_data_batt_level[0]; 
	manuf_data.data.size = 1;
 
 I can observe this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Apr 2017 18:12:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21443/update-data-in-an-advertising-packet" /><item><title>RE: update data in an advertising packet?</title><link>https://devzone.nordicsemi.com/thread/84108?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2017 18:12:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f88b55e-f159-4de7-a1df-b19e63848732</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You can use &lt;code&gt;ble_radio_notification&lt;/code&gt; module from SDK, it gives you callback before and after each radio Tx/Rx slot so if you do just advertisement it solves your problem. If you combine advertisement with parallel connections you will need to do more magic around, typically to use timer with interval close to adv. interval...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/56603/nrf-master-control-panel-for-android-crashes-when-displaying-details-of-fast-advertising-peripheral/?answer=64925#post-id-64925"&gt;Here is an example&lt;/a&gt; how to make each adv. packet different.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>