<?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>SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52034/sdk-15-3-pairing-issue</link><description>I am getting the below error message when I try to repair the device. 
 peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding, error: 133 
 
 SDK Version: 15.3 
 Softdevice: S132 [nRF52832] 
 Example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Oct 2019 09:25:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52034/sdk-15-3-pairing-issue" /><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/212756?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 09:25:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d195a3b-9e44-41df-a16d-da7b52a0465c</guid><dc:creator>skulkarni</dc:creator><description>&lt;p&gt;Handling the PM_EVT_CONN_SEC_CONFIG_REQ in &lt;strong&gt;pm_evt_handler &lt;/strong&gt;solved the issue.&lt;pre class="ui-code" data-mode="c_cpp"&gt;case PM_EVT_CONN_SEC_CONFIG_REQ:
{
    // Reject pairing request from an already bonded peer.
    pm_conn_sec_config_t conn_sec_config; // = {.allow_repairing = true};
    conn_sec_config.allow_repairing = true;
    pm_conn_sec_config_reply(p_evt-&amp;gt;conn_handle, &amp;amp;conn_sec_config);
} break;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/211442?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2019 07:28:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a0f985c-279e-4641-82f0-1c818f2d0447</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Again, you&amp;#39;ll need to delete the bonds from your nRF. You should be able to do so by pressing button 2 while the nRF is asleep according to the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fexamples_bsp.html&amp;amp;anchor=examples_ble_button_functionality"&gt;BSP BLE Button Assignments&lt;/a&gt;, which is included in the ancs_c example according to the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_ancs.html&amp;amp;cp=5_1_4_2_2_1"&gt;Infocenter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/211164?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 09:16:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cde4c3dc-bac2-49da-88cf-002fca54a490</guid><dc:creator>skulkarni</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Paring_5F00_fails.pcapng"&gt;devzone.nordicsemi.com/.../Paring_5F00_fails.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hi I am attaching the sniffer log. In packet #471 pairing fails.&lt;/p&gt;
&lt;p&gt;Please help me to fix the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/209409?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 11:43:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fab0312-0e05-492f-9eae-da4ec30c3e61</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I see. You&amp;#39;ll have to delete the bonding information on the nRF side as well. Please see &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fgroup__peer__manager.html&amp;amp;resultof=%22%70%6d%5f%70%65%65%72%73%5f%64%65%6c%65%74%65%22%20"&gt;pm_peer_delete&lt;/a&gt; for how to do this. Heed the warning to only use this function when not connected to the peer.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/209317?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 07:35:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae22bfe1-96c8-4b21-ba1d-02c1a6427c58</guid><dc:creator>skulkarni</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I am working nRF52 Development kit.&lt;/p&gt;
&lt;p&gt;I have just taken the example code, and followed the below steps&lt;/p&gt;
&lt;p&gt;1. Erase the complete flash &amp;lt;nrfjprog tool&amp;gt;&lt;/p&gt;
&lt;p&gt;2. Load the ANCS example code&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. Connect from the smart phone.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. Unpair the device from phone.&lt;/p&gt;
&lt;p&gt;5. Try to connect again&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the 5th step i get the error.&lt;/p&gt;
&lt;p&gt;Since I have not done any changes I expect at least repairing should happen.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/209296?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 06:29:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:913ae256-0687-447b-84ed-b9eb82157618</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This error could occur for a multitude of reasons, so you&amp;#39;ll have to be a bit more specific. What device(s) are you testing this on, and how often does this error occur? One common issue that&amp;#39;s seen from error 133 is that the LF crystal isn&amp;#39;t configured correctly. If you&amp;#39;re using a third-party module that ships without the external LF crystal, you have to change the LF_CLK settings in sdk_config.h in order to configure the internal RC oscillator instead, as our SDK examples use the external LF clock by default.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 15.3 pairing issue</title><link>https://devzone.nordicsemi.com/thread/209292?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 06:04:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af9fb3e7-201a-419f-b8d5-ee86fb48c410</guid><dc:creator>skulkarni</dc:creator><description>&lt;p&gt;Dear team,&lt;/p&gt;
&lt;p&gt;Any updates on this? I could see many of them facing this issue but no concrete solution for this.&lt;/p&gt;
&lt;p&gt;If you feel duplicate please share the link for the solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>