<?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>FDS update completion status</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73504/fds-update-completion-status</link><description>Hi, 
 
 I use FDS to store some data. 
 After creating the file, update the data using fds_record_update(). 
 When the update is completed, FDS_EVT_UPDATE occurs in FDS_Event_handler. 
 However, even when the FDS is updated by the peer manager, FDS_EVT_UPDATE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Apr 2021 10:31:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73504/fds-update-completion-status" /><item><title>RE: FDS update completion status</title><link>https://devzone.nordicsemi.com/thread/303095?ContentTypeID=1</link><pubDate>Tue, 06 Apr 2021 10:31:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6a1e5ff-1d32-41f0-94c9-9d432d2beeb7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/structfds__evt__t.html"&gt;fds_evt_t&lt;/a&gt;&amp;nbsp;parameter contains information about the file ID and Record Key of the updated record. You can compare this to the ones used by your application and Peer Manager to determine the source of the write/update.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define PDS_FIRST_RESERVED_FILE_ID    (0xC000)  /**&amp;lt; The beginning of the range of file IDs reserved for Peer Manager. */
#define PDS_LAST_RESERVED_FILE_ID     (0xFFFE)  /**&amp;lt; The end of the range of file IDs reserved for Peer Manager. */
#define PDS_FIRST_RESERVED_RECORD_KEY (0xC000)  /**&amp;lt; The beginning of the range of record keys reserved for Peer Manager. */
#define PDS_LAST_RESERVED_RECORD_KEY  (0xFFFE)  /**&amp;lt; The end of the range of record keys reserved for Peer Manager. */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>