<?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>Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42321/bonding-procedure-returns-nrf_error_storage_full-peer-manager</link><description>I have implemented Legacy OOB on NFC and when my Android phone attempts to pair with the device, I receive a NRF_ERROR_STORAGE_FULL error in PM_EVT_CONN_SEC_FAILED event durring the Bonding procedure. I do not have any other paired or bonded devices and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Jan 2019 19:46:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42321/bonding-procedure-returns-nrf_error_storage_full-peer-manager" /><item><title>RE: Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/thread/165024?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 19:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7d55bfc-97da-4711-92d3-27a7cfedf2f4</guid><dc:creator>Jonathan</dc:creator><description>&lt;p&gt;This error was occurring when using a Galaxy S6 for OOB pairing. There is no mechanism to erase the bluetooth cache so i am wondering if it had to do with the S6 not deleting it&amp;#39;s pairing/bonding entry. I tried everything including erasing the phones cache through the boot menus and nothing would work. I tried my coworkers S9 and it pairs and bonds successfully every time. I am going to&amp;nbsp;assume this is an issue with the phone I was using for testing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/thread/164988?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 15:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd262694-749f-49ed-ab51-7681681b4754</guid><dc:creator>Jonathan</dc:creator><description>&lt;p&gt;I have&amp;nbsp;changed&amp;nbsp;the experimental example ble_app_hrs_nfc_pairing to use &lt;br /&gt;&lt;br /&gt;#define&amp;nbsp;&lt;span&gt;NFC_PAIRING_MODE&amp;nbsp;&lt;/span&gt;NFC_PAIRING_MODE_OOB&lt;br /&gt;&lt;br /&gt;instead of&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;#define&amp;nbsp;&lt;/span&gt;NFC_PAIRING_MODE NFC_PAIRING_MODE_JUST_WORKS&lt;br /&gt;&lt;br /&gt;and I am seeing the same error. &lt;br /&gt;&lt;br /&gt;[Jan 10 09:33:51.601] &amp;lt;info&amp;gt; app: Heart Rate Sensor example started.&lt;br /&gt;[Jan 10 09:34:08.269] &amp;lt;info&amp;gt; app: Connected&lt;br /&gt;[Jan 10 09:34:08.899] heral, conn_handle: 0x0, procedure: Bonding, error: 132&lt;br /&gt;[Jan 10 09:34:08.900] &amp;lt;info&amp;gt; app: Authorization failed with code: 132!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I also noticed in all of the examples using NFC pairing, there is no initiation of the security parameters. Is this done automatically with the nfc_ble_pair_init() api, or are we supposed to use the pm_sec_params_set() API? If so do we set this before&amp;nbsp;&lt;span&gt;nfc_ble_pair_init()?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/thread/164919?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 12:53:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4a4febe-11ec-4f9b-96fd-7c870249cc68</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You need to step through the peer manager and find out where and why&amp;nbsp;&lt;span&gt;NRF_ERROR_STORAGE_FULL&amp;nbsp;is returned.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/thread/164787?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 19:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:346b6c24-df7c-4343-b096-dcbdbb5f83c2</guid><dc:creator>Jonathan</dc:creator><description>&lt;p&gt;It is not related because there is no garbage to collect. I am getting this error consistently on the first pair attempt. Flash is completely erased every time I load the firmware and I can not successfully pair.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding procedure returns NRF_ERROR_STORAGE_FULL (peer manager)</title><link>https://devzone.nordicsemi.com/thread/164780?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 17:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86622394-22cf-43f0-a6c9-ddfcfa14e697</guid><dc:creator>catsunami</dc:creator><description>&lt;p&gt;It&amp;#39;s not related to this by any chance, is it?&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/25504/nrf_error_storage_full-in-ble-central-code"&gt;devzone.nordicsemi.com/.../nrf_error_storage_full-in-ble-central-code&lt;/a&gt;. Or maybe it has the same solution? Have you tried running garbage collection?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>