<?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>The bonding function does not take effect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112688/the-bonding-function-does-not-take-effect</link><description>Hello, 
 I found that after bonding, I could still connect to another board that had burned the same code. 
 Here is all of my code related to pairing and bonding. 
 Central: 
 
 Peripheral:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jul 2024 21:16:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112688/the-bonding-function-does-not-take-effect" /><item><title>RE: The bonding function does not take effect</title><link>https://devzone.nordicsemi.com/thread/492542?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2024 21:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d676ceb-c4d9-47d8-9051-38f818b3e084</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Whenever the connection is encrypted, you should see the event:&lt;/p&gt;
&lt;p&gt;PM_EVT_CONN_SEC_SUCCEEDED&lt;/p&gt;
&lt;p&gt;in pm_handler_pm_evt_log() (or in&amp;nbsp;pm_handler_on_pm_evt, but this one doesn&amp;#39;t log anything itself).&lt;/p&gt;
&lt;p&gt;Is that what you were asking for, or did I misunderstand?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The bonding function does not take effect</title><link>https://devzone.nordicsemi.com/thread/492148?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2024 02:40:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e903e92a-c8df-47da-8d5a-f818c26caf09</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When pairing, &amp;quot;case BLE_GAP_EVT_AUTH_STATUS:&amp;quot; is called in the central and &amp;quot;case&lt;/p&gt;
&lt;p&gt;BLE_GAP_EVT_AUTH_KEY_REQUEST:&amp;quot; is called in the peripheral.&lt;/p&gt;
&lt;p&gt;But when bonding, neither &amp;quot;case&amp;quot; will be called.&lt;/p&gt;
&lt;p&gt;So I want to know what is going to be called after the bonding because I want to do something after the full connection and&lt;/p&gt;
&lt;p&gt;the &amp;quot;case BLE_GAP_EVT_CONNECTED&amp;quot; is too early&amp;nbsp;to meet my requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The bonding function does not take effect</title><link>https://devzone.nordicsemi.com/thread/492136?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 21:44:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcd0f05a-e177-4347-91b1-5424b04998fa</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It is possible to bond with one device and still connect to new devices. However, it is possible (and the typical use case) to limit the possibility for new devices to connect after you are bonded with one (or more) devices. This is done by advertising with a whitelist. Please check out the ble_app_gls example for how to do this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>