<?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>SDK13.1 ancs bug</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25264/sdk13-1-ancs-bug</link><description>hello all： 
 I think sdk13.1 s132 has a bug about ANCS，
ANCS works normally only in the following two cases 
 1、Both the phone side and the device side do not remember each other&amp;#39;s information; 
 2、Both the phone side and the device side remember</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Sep 2017 01:40:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25264/sdk13-1-ancs-bug" /><item><title>RE: SDK13.1 ancs bug</title><link>https://devzone.nordicsemi.com/thread/99559?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 01:40:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d3edeb3-b404-40e3-a80c-6399d367c954</guid><dc:creator>rc766437</dc:creator><description>&lt;p&gt;Ok,I am looking for a solution to this problem，if I forget the bond informaion from IOS side (device had remember the IOS info), connect in next time, devciece side will recieve an event PM_EVT_CONN_SEC_CONFIG_REQ, The default way to deal with this event is reject pairing request from an already bonded peer.&lt;/p&gt;
&lt;p&gt;pm_conn_sec_config_t conn_sec_config = {.allow_repairing = false};
pm_conn_sec_config_reply(p_evt-&amp;gt;conn_handle, &amp;amp;conn_sec_config);&lt;/p&gt;
&lt;p&gt;if you want to repair the IOS, you can do like this&lt;/p&gt;
&lt;p&gt;pm_conn_sec_config_t conn_sec_config = {.allow_repairing = true};
pm_conn_sec_config_reply(p_evt-&amp;gt;conn_handle, &amp;amp;conn_sec_config);&lt;/p&gt;
&lt;p&gt;it can work normal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>