<?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>Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64572/set-value-failure-after-bonding-and-deleting-bond-information</link><description>It&amp;#39;s a related issue to my previous question Error set-value failure in a Nordic sample . &amp;quot; west flash --erase &amp;quot; command solves the problem for one time. It erases all data, but after the following pairing and rebooting I had the same errors in UART logs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Sep 2020 17:46:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64572/set-value-failure-after-bonding-and-deleting-bond-information" /><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/267696?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 17:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08dee9c8-1098-45e9-9250-1d3c4356d310</guid><dc:creator>RAlexeev</dc:creator><description>&lt;p&gt;Aha, I got it! Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/267695?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 17:45:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c8910df-43ed-4133-aad9-f108b79a3455</guid><dc:creator>RAlexeev</dc:creator><description>&lt;p&gt;Many thanks for your response and fix.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/267685?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 16:04:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c293914b-4994-4ae1-933c-6d0467160f0d</guid><dc:creator>Joakim Andersson</dc:creator><description>&lt;p&gt;Correct, the error message can be ignored, no actual issue exists.&lt;br /&gt;&lt;br /&gt;Fix to get rid of the error message is here:&lt;br /&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/27984"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/27984&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/267528?ContentTypeID=1</link><pubDate>Wed, 02 Sep 2020 06:56:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faa714e7-c617-4844-9469-100958caef99</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This issue appears to be related to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.0/kconfig/CONFIG_BT_SETTINGS_CCC_LAZY_LOADING.html#cmdoption-arg-config-bt-settings-ccc-lazy-loading"&gt;CONFIG_BT_SETTINGS_CCC_LAZY_LOADING&lt;/a&gt; feature that&amp;#39;s enabled by default. When enabled the bt_ccc handler does not get registered in gatt.c but it still attempts to load CCCD settings on startup as if lazy loading was disabled, hence the error. However, despite the warning, the settings are correctly restored on connection, so it seems like it should be safe to ignore this message for now. I will report it as a bug internally. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;dl&gt;
&lt;dd&gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/266198?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2020 11:10:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2f27d8f-25a8-46e2-914d-9f4311fba1c5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see it now. I was able to replicate this with NCS v1.3.0, and it appears to only happen after a reset, and only for the CCC settings. I have to investigate further to find out why this is.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/265395?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 15:34:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70a8acd5-1d85-4c47-bf0c-f1605f72d1c4</guid><dc:creator>RAlexeev</dc:creator><description>&lt;p&gt;Unfortunately, it&amp;#39;s another issue, as I consider. Simon described a problem of a re-pair process, but the problem of an error kinda &amp;quot;E: set-value failure. key: bt/ccc/2047da12f4e80 error(-2)&amp;quot; after resetting is still actual.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set-value failure after bonding and deleting bond information</title><link>https://devzone.nordicsemi.com/thread/264101?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 13:52:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baea29c8-82a5-4e0a-b363-1befd4b4ce2a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the delayed response. Looks like this is related to the other question you posted here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/64583/errors-after-unpairing-devices-and-further-attempts-to-bond-them"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/64583/errors-after-unpairing-devices-and-further-attempts-to-bond-them?&lt;/a&gt; Let me know if that&amp;#39;s not the case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>