<?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>Changing &amp;quot;DfuTarg&amp;quot; name in bootloader.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61651/changing-dfutarg-name-in-bootloader</link><description>Hi, 
 I am using SDK version 15.3.0. I am trying to implement the ble_dfu example. By default, advertising name is set to &amp;quot;DfuTarg&amp;quot;. I want change this to a custom name. How can I do it?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 May 2020 07:48:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61651/changing-dfutarg-name-in-bootloader" /><item><title>RE: Changing "DfuTarg" name in bootloader.</title><link>https://devzone.nordicsemi.com/thread/251179?ContentTypeID=1</link><pubDate>Fri, 22 May 2020 07:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:874284f0-7d15-4fa9-8aea-40fe6274e754</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you are looking at nRF5_SDK\examples\dfu\secure_bootloader, the advertising name &amp;quot;DfuTarg&amp;quot; is defined in the sdk_config.h (under \pca100XX_ble\config).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;s&amp;gt; NRF_DFU_BLE_ADV_NAME - Default advertising name.
#ifndef NRF_DFU_BLE_ADV_NAME
#define NRF_DFU_BLE_ADV_NAME &amp;quot;DfuTarg&amp;quot;
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>