<?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>Pairing and bonding after deleting synchronization</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51965/pairing-and-bonding-after-deleting-synchronization</link><description>Good morning, 
 I&amp;#39;m developing a new product based on nRF52840 and S140 (v6.1.0). I&amp;#39;m able to connect using my smartphone using the following data: 
 sec_param.bond = SEC_PARAM_BOND; //1 sec_param.oob = SEC_PARAM_OOB; //1 sec_param.mitm = SEC_PARAM_MITM;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Sep 2019 14:19:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51965/pairing-and-bonding-after-deleting-synchronization" /><item><title>RE: Pairing and bonding after deleting synchronization</title><link>https://devzone.nordicsemi.com/thread/208995?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 14:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13741358-85f1-4b1d-a1a3-f5e55e75d1fd</guid><dc:creator>Dani</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;Already implemented anb correctly working.&lt;/p&gt;
&lt;p&gt;Thank you so much,&lt;/p&gt;
&lt;p&gt;Dani&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing and bonding after deleting synchronization</title><link>https://devzone.nordicsemi.com/thread/208927?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 12:09:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:787be1b2-06bf-4aa5-bd97-fa82d2a1186c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Dani,&lt;/p&gt;
&lt;p&gt;The peer manager which handles pairing&amp;nbsp;requests will for security reasons reject new pairing requests from an already bonded peer device. It sounds like&amp;nbsp;this may be the problem here.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You may add the following event handling to the PM callback if you want to allow repairing:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;       case PM_EVT_CONN_SEC_CONFIG_REQ: 
       {
            pm_conn_sec_config_t config = {.allow_repairing = true};
            pm_conn_sec_config_reply(p_evt-&amp;gt;conn_handle, &amp;amp;config);
       }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The other alternative is to actually delete the bond from the nRF device. For the SDK examples, you can delete all bonds by pressing board button 2 while resetting the device.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>