<?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>I want to add more data to beacon, battery level</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6559/i-want-to-add-more-data-to-beacon-battery-level</link><description>The below source is mine. 
 ble_app_beacon.zip 
 I know that it is possible to display the information in the manufacturer data or service data. 
 I chose which manufacturer data. 
 I was calculated using the ADC, the remaining battery 
 And I tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Apr 2015 06:08:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6559/i-want-to-add-more-data-to-beacon-battery-level" /><item><title>RE: I want to add more data to beacon, battery level</title><link>https://devzone.nordicsemi.com/thread/22890?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2015 06:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18ce0abb-358f-44b2-a20d-a929338749c2</guid><dc:creator>shibshab</dc:creator><description>&lt;p&gt;When calling ble_advdata_set the data will be copied, not referenced. So you need to reload the values by setting the advertisement again.&lt;/p&gt;
&lt;p&gt;If you want to update the data in the advertisement packet you would need to&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;stop advertising,&lt;/li&gt;
&lt;li&gt;call ble_advdata_set with updated values and&lt;/li&gt;
&lt;li&gt;start advertising.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>