<?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>How to change the name of bootloader&amp;#39;s &amp;quot;DfuTarg&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24611/how-to-change-the-name-of-bootloader-s-dfutarg</link><description>This is the name that is advertised when the device is in DFU bootloader mode.
I&amp;#39;ve copied the bootloader_secure_ble from /examples/dfu/ but I cannot find where to change this. 
 Please advise.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Sep 2020 22:13:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24611/how-to-change-the-name-of-bootloader-s-dfutarg" /><item><title>RE: How to change the name of bootloader's "DfuTarg"</title><link>https://devzone.nordicsemi.com/thread/272150?ContentTypeID=1</link><pubDate>Tue, 29 Sep 2020 22:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d92c3b15-3250-41e0-bd6c-3725c3d5d988</guid><dc:creator>ChrisGammell</dc:creator><description>&lt;p&gt;It appears this has changed (at least for SES) and it is now in the sdk_config.h file included with the project&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the name of bootloader's "DfuTarg"</title><link>https://devzone.nordicsemi.com/thread/96902?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 18:11:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c938da31-b932-44b7-9521-4cdde87fabed</guid><dc:creator>parco</dc:creator><description>&lt;p&gt;It seems like the bootloader_secure_ble (SDK_ROOT/examples/dfu/bootloader_secure_ble) is referencing the ble_dfu library in (SDK_ROOT/components/libraries/bootloader/ble_dfu).&lt;/p&gt;
&lt;p&gt;&amp;quot;DfuTarg&amp;quot; can be changed in SDK_ROOT/components/libraries/bootloader/ble_dfu/nrf_ble_dfu.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>