<?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>Avoid DFU advertisement name to be changed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34018/avoid-dfu-advertisement-name-to-be-changed</link><description>Hi, 
 I&amp;#39;d like to know: when using Buttonless Secure DFU Service without bonds, wich is the proper way to prevent a central device to s et a new advertisement name for the bootloader? (SDK 14.1.0)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 May 2018 14:49:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34018/avoid-dfu-advertisement-name-to-be-changed" /><item><title>RE: Avoid DFU advertisement name to be changed</title><link>https://devzone.nordicsemi.com/thread/131051?ContentTypeID=1</link><pubDate>Fri, 04 May 2018 14:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:064d3c57-f6ac-4d48-83d7-1946ba93981a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I would say this can easily be implemented by modify the&amp;nbsp;case DFU_OP_SET_ADV_NAME in&amp;nbsp; ble_dfu_buttonless_on_ctrl_pt_write() in ble_dfu_unbonded.c to respond&amp;nbsp;&lt;em&gt;DFU_RSP_OP_CODE_NOT_SUPPORTED&lt;/em&gt;&amp;nbsp;, i.e.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;        case DFU_OP_SET_ADV_NAME:
            rsp_code = DFU_RSP_ADV_NAME_INVALID;
            break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;However, I do not know if this will break the compability with the DFU option using nRF Connect Mobile/ Desktop apps. But then again, I reckon that you might create your own app that uses our DFU libraries.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>