<?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>Prevent Relaying of Mesh DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50100/prevent-relaying-of-mesh-dfu</link><description>Mesh DFU works like: 
 if(fw_updated_event_is_for_me()) update_ and _relay(); else relay(); 
 Is there a way to change this behaviour to: 
 if(fw_updated_event_is_for_me()) update_ without _relay(); else relay(); 
 How to do this? 
 [nRF Mesh 3.1, nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jul 2019 08:20:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50100/prevent-relaying-of-mesh-dfu" /><item><title>RE: Prevent Relaying of Mesh DFU</title><link>https://devzone.nordicsemi.com/thread/200426?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 08:20:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ae64de4-36af-4606-9fc8-69657ec3d0ec</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
[quote user=""]Is there a way to change this behaviour to[/quote]
&lt;p&gt;&amp;nbsp;I&amp;#39;m afraid there is no way to change the behavior to what you are looking for.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A possibility could be to change the dfu_evt_handler in nrf_mesh_dfu.c so that the node will not send the DFU data packets at all.&amp;nbsp;&lt;br /&gt;Note that:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;else&lt;br /&gt;&amp;nbsp; &amp;nbsp; relay();&amp;nbsp;&lt;/p&gt;
&lt;p&gt;won&amp;#39;t relay any packets either if you do that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>