<?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 bootloader&amp;#39;s advertising name to a custom name？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72333/how-to-change-the-bootloader-s-advertising-name-to-a-custom-name</link><description>I have try to midify： 
 // &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;User Name&amp;quot; #endif 
 but it does not work，wait for your answer，thank you so much！</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Apr 2021 05:41:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72333/how-to-change-the-bootloader-s-advertising-name-to-a-custom-name" /><item><title>RE: How to change the bootloader's advertising name to a custom name？</title><link>https://devzone.nordicsemi.com/thread/303002?ContentTypeID=1</link><pubDate>Tue, 06 Apr 2021 05:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e8d57c-7b19-499d-a993-5454c4a44648</guid><dc:creator>bingehuang</dc:creator><description>&lt;p&gt;I see！Thank you so much！^0^&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the bootloader's advertising name to a custom name？</title><link>https://devzone.nordicsemi.com/thread/297812?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 13:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bb245e4-3c93-4f44-9afa-81d6e0aa5b92</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to start with explaining why you see a number in the advertising name. iOS does not provide APIs to operate on specific BLE addresses, so in case of buttonless DFU where you would signal to the nRF that it should enter DFU mode and bonding is not used, the only way to be sure to connect to the same device is to filter on something else. For that reason, the nRF buttonless DFU service has a method to set a specific advertising name so that the phone can filter on that. (You can see the implementation in &amp;lt;SDK&amp;gt;\components\ble\ble_services\ble_dfu\ble_dfu_unbonded.c if you are interested).&lt;/p&gt;
&lt;p&gt;If this is not something you need, then you can skip this, but you should be aware that it is there for a reason, as just explained. Most products will need this though. You could keep this as is, but use something other than Dfu as a prefix, by simply changing the implementation on the mobile phone side, as that is where the name is decided.&lt;/p&gt;
&lt;p&gt;A last point is that I would argue that this is not a relevant problem for most products. This name (Dfu with a suffixed number) is only used in buttonless DFU mode, and in that case it will be used to connect to the same phone again immediately after, and if that does not happen, only up to when there is a timeout in the bootloader (typically this could be a few minutes).&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/297669?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 07:24:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e96ddb7f-7a4b-41ae-b384-b4bc8a3aad5a</guid><dc:creator>bingehuang</dc:creator><description>&lt;p&gt;&lt;span&gt;Supplement：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When DFU failed，the&amp;nbsp;advertising name is &amp;ldquo;&lt;span&gt;Dfu&lt;/span&gt;&amp;rdquo; with a &lt;span&gt;series number&lt;/span&gt;，I want to change this&amp;nbsp;&lt;span&gt;advertising name&lt;/span&gt;&lt;span&gt;&amp;nbsp;to a customer name。&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>