<?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>When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26413/when-using-fds-disconnect-the-bluetooth-connection-hint-error</link><description>Hi nordic, 
 nRF5_SDK_14.0.0_3bcc1f7\Raga\examples\ble_peripheral\ble_app_ancs_c FDS\pca10040\s132\arm5_no_packs 
 I had a problem when I was using FDS，When I use the GC function, when the Bluetooth is disconnected, the system will prompt an error.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Oct 2017 09:00:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26413/when-using-fds-disconnect-the-bluetooth-connection-hint-error" /><item><title>RE: When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/thread/103958?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2017 09:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b17d7b8e-47b2-4369-a5cb-cbe45f93917e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;What did not work? All support requests should go through our portals. Please try again to upload it, or upload it to some filesharing webpage and post a link here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/thread/103957?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2017 08:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbce1013-9cf8-46f2-8978-99b8ec992bfd</guid><dc:creator>Jray</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;I uploaded the zip attachment, but it didn&amp;#39;t work. My mailbox is jray910422@163.com, please contact me, I mail to you. Thank you so much for your assistance.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/thread/103956?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2017 08:14:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abc78196-7e90-45a4-9229-05786d3b4083</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Please zip the project and upload it by editing your initial question. If you do not want to upload it in public, please create a new case on &lt;a href="https://www.nordicsemi.com/eng/nordic/mypage"&gt;MyPage&lt;/a&gt;, where you link to this post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/thread/103959?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2017 02:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2cb4640-fb1b-4152-8117-af8bab6d8b6f</guid><dc:creator>Jray</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;Thank you very much for your reply! I agree with you, but I don&amp;#39;t know how to solve this problem. I&amp;#39;m helpless now.Can you give me your e-mail address? I sent you my test code to see the reason for this error.When I tested, I found that if I use the GC function, the connection will go wrong. Hope to get your help！&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When using FDS, disconnect the Bluetooth connection hint error！</title><link>https://devzone.nordicsemi.com/thread/103955?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 13:06:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca20ef68-ecf0-46c0-b73c-099a54ec1659</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The error code 12805 (0x3205) corresponds to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___e_r_r_o_r_s___g_a_p.html#ga2b24978221049496f2a39947fbb29105"&gt;&lt;code&gt;BLE_ERROR_GAP_DEVICE_IDENTITIES_DUPLICATE&lt;/code&gt;&lt;/a&gt;, which the documentation describes like this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The device identity list contains
entries with duplicate identity
addresses.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You should check your parameters to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/group__peer__manager.html#ga01c4803ee9857ee105eba76db8fec8dd"&gt;&lt;code&gt;pm_device_identities_list_set()&lt;/code&gt;&lt;/a&gt;. I&amp;#39;m not sure how this could relate to FDS garbage collection.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>