<?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 configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63538/bonding-configuration</link><description>Hi, 
 I need to properly configure peer manager. The peripheral device, which I develop haven&amp;#39;t any buttons and screen, only sensors are embedded. Also accelerometers, but their interrupts used only for wakeup. This device connects to smartphone (central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Jul 2020 10:04:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63538/bonding-configuration" /><item><title>RE: Bonding configuration</title><link>https://devzone.nordicsemi.com/thread/262153?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2020 10:04:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03252681-aa70-4e3a-815b-e5c64ad12500</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Arsenii,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for the delay.&amp;nbsp;The support staff is reduced during the summer holidays, and you may experience delayed answers.&lt;/p&gt;
&lt;p&gt;Not sure I understand the question, but I think you will get a disconnection because of &lt;a title="nRF51 Series" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v1.0.0/group___b_l_e___g_a_t_t_c___t_i_m_e_o_u_t___m_s_c.html?resultof=%22%67%61%74%74%63%22%20"&gt;GATTC Timeout&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding configuration</title><link>https://devzone.nordicsemi.com/thread/261450?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 18:14:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:431503fb-ff37-460a-bdc0-8d74d67851af</guid><dc:creator>Ars Morozov</dc:creator><description>&lt;p&gt;Thank you for the answer and sorry for late reply (I don&amp;#39;t enable e-mail notifications).&amp;nbsp;&lt;br /&gt;[quote userid="77782" url="~/f/nordic-q-a/63538/bonding-configuration/259439"][/quote]&lt;/p&gt;
&lt;blockquote class="quote"&gt;
&lt;div class="quote-content"&gt;3) How information about subsribtions is stored? Is it possible that on the smartphone only this information will be removed (not all bonding data), but on device it remains?&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div class="quote-footer"&gt;&lt;/div&gt;
&lt;p&gt;I don&amp;#39;t understand the question. Please elaborate on more detail.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;My question is, is it possible that gattc cache will be removed from smartphone. So, all subscriptions will be removed from one side. But the other side still think that smartphone subscribed on some characteristics. What will be in this case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding configuration</title><link>https://devzone.nordicsemi.com/thread/259439?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 12:27:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12d5545e-fc06-4c44-b186-554988df9e2e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Arsenii,&lt;/p&gt;
[quote user=""]1) Which type of connection I need to have fastest connection step without necessity for discovering services and characteristics and subscribing on the characteristics each time? Without security requirements.[/quote]
&lt;p&gt;&amp;nbsp;You can use &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_pm_usage.html"&gt;Just Works bonding&lt;/a&gt;. See&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/ble_sdk_app_hrs.html"&gt;Heart Rate Application&lt;/a&gt;. You can enable nRFConnect AutoConnect. It will autoconnect when the device is powered on/off if the&amp;nbsp;&lt;span&gt;nRFConnect keeps the services and characteristics in the device cache.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]2) I assume that &amp;quot;Just Work&amp;quot; is suitable for 1st question, If yes, I have another question. If central and peripheral are bonded and then on one side bonding information will be removed, how can other side know that bonding information was removed and handle this without disconnection?[/quote]
&lt;p&gt;You will get&amp;nbsp;&lt;span&gt;the error coming from the peer manager&amp;nbsp;when one side lost the bonding information if you don&amp;#39;t handle it like delete peer data or &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51965/pairing-and-bonding-after-deleting-synchronization/208927#208927"&gt;allow repairing&lt;/a&gt;. When one side deletes the bond information, it will cause the disconnection. That&amp;#39;s cannot avoid.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]3) How information about subsribtions is stored? Is it possible that on the smartphone only this information will be removed (not all bonding data), but on device it remains?[/quote]
&lt;p&gt;I don&amp;#39;t understand the question. Please elaborate on more detail.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bonding configuration</title><link>https://devzone.nordicsemi.com/thread/259215?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 13:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d40cecc1-2ae3-4cb3-8d4e-4137c13de6fa</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Arsenii,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am working on your case and will reply later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The support staff is reduced during the summer holidays, and you may experience delayed answers.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>