<?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>FOTA over Bluetooth Low Energy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127607/fota-over-bluetooth-low-energy</link><description>nRF54L15 SDK:v3.1.0 
 Hello, I have implemented the FOTA function according to the official documentation. Now, I would like to add a switch for enabling and disabling FOTA. Our product is used in automobiles. When the car engine is started, FOTA is prohibited</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Mar 2026 13:34:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127607/fota-over-bluetooth-low-energy" /><item><title>RE: FOTA over Bluetooth Low Energy</title><link>https://devzone.nordicsemi.com/thread/564192?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2026 13:34:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71d315fd-7ead-4bc0-b8ae-49658c82c882</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div dir="auto"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;BLE DFU/FOTA uses the MCUmgr SMP Bluetooth transport. A common way to enable or disable it at runtime is by dynamically registering or unregistering the SMP Bluetooth GATT service.&lt;/p&gt;
&lt;p&gt;You can enable it using &lt;code&gt;smp_bt_register()&lt;/code&gt; and disable it with &lt;code&gt;smp_bt_unregister()&lt;/code&gt;. To support this, make sure &lt;a href="https://devzone.nordicsemi.com/support-private/support/358635/CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION"&gt;CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION&lt;/a&gt;&lt;code&gt;=y&lt;/code&gt; is enabled in your configuration. &lt;a href="https://docs.zephyrproject.org/latest/doxygen/html/smp__bt_8h.html"&gt;See the smp_bt.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>