<?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>Add buttonless DFU functionality to example ble app blinky</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67281/add-buttonless-dfu-functionality-to-example-ble-app-blinky</link><description>Hi, I am trying to add Buttonless DFU functionality to the ble_app_blinky example. 
 The process I took 
 1. added the following files to the project 
 ble_dfu.c ble_dfu_bonded.c ble_dfu_unbonded.c nrf_dfu_svci.c 
 2. added the following paths to Preprocessor</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Oct 2020 08:49:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67281/add-buttonless-dfu-functionality-to-example-ble-app-blinky" /><item><title>RE: Add buttonless DFU functionality to example ble app blinky</title><link>https://devzone.nordicsemi.com/thread/275521?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 08:49:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3d6f03e-7de7-4fdf-9754-5eae021d7b61</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Did you intend to remove initalization of the blinky service? If so, you will also need to remove the blinky service uuid from the advertising packet by commenting the following two lines in advertising_init():&lt;/p&gt;
&lt;p&gt;//srdata.uuids_complete.uuid_cnt = sizeof(adv_uuids) / sizeof(adv_uuids[0]);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //srdata.uuids_complete.p_uuids&amp;nbsp; = adv_uuids;&lt;/p&gt;
&lt;p&gt;The reason for this is that the blinky service&amp;#39;s 128-bit base uuid only gets registered in the softdevice when you initiatilize the service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add buttonless DFU functionality to example ble app blinky</title><link>https://devzone.nordicsemi.com/thread/275275?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 08:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:654410df-baf0-4b12-88aa-a579ffebe016</guid><dc:creator>Venus_Bilandi</dc:creator><description>&lt;p&gt;error_code is&amp;nbsp;0x00000007 i.e. NRF_ERROR_INVALID_PARAM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>