<?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>NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37387/nrf-52832-device-disconnects-after-30-seconds-on-ios</link><description>I am using NRF-52832 on a custom hardware. It works well on Android but on IOS (e.g. iPhone 7) it disconnects after 30 seconds. 
 After analysing with the sniffer, its observed that the connection is terminated by the MASTER with the error with the LL_TERMINATE_IND</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Mar 2019 17:17:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37387/nrf-52832-device-disconnects-after-30-seconds-on-ios" /><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/179048?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2019 17:17:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f5513ff-cef5-40e1-9414-21f0c9a1cd04</guid><dc:creator>Mateusz</dc:creator><description>&lt;p&gt;Hello, I assembled my own PCB with nrf52 and program it yesterday. Problem with disconnected not occured like on NRF52DK. The only significant difference with this two PCB is XTAL. I don&amp;#39;t have 32.768 kHz external crystal, ony 32MHz. So I thing the reason of disconnected were wrong timing. &lt;br /&gt;SoftDevice clock: &lt;br /&gt;Source: RC&lt;br /&gt;CTIV: 0x10&lt;br /&gt;Accuracy: 250PPM&lt;br /&gt;Best regards and thank You &lt;a href="https://devzone.nordicsemi.com/members/kenneth"&gt;Kenneth&lt;/a&gt; for Your&amp;nbsp;involvement&lt;/p&gt;
&lt;p&gt;Mateusz&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/177203?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 05:55:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18f6609f-4618-4e06-8b8c-514381caadd8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Then it may seem as we need an nRF sniffer log yes, likely it is something obvious, but I can&amp;#39;t think of anything at the moment. In general you may check out this link:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/27082/what-are-sdk-13-x-0-known-issues"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/27082/what-are-sdk-13-x-0-known-issues&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/177161?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 17:45:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10cb471b-7b7e-4e4d-8abe-b028764fb8d1</guid><dc:creator>Mateusz</dc:creator><description>&lt;p&gt;I pasted this case in pm_evt_handler() but still not working. I set breakpoint inside and case is not done.&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I checked all of the cases on switch (switch (p_evt-&amp;gt;evt_id)). No one never has passed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;edit: Unfortunately , I haven&amp;#39;t received my PCB board yet, will try to get log in Monday.&amp;nbsp; Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/177151?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 16:56:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76b5b934-1af1-42c2-a411-788b135ff6bc</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you try to allow re-pairing&amp;nbsp;&lt;/span&gt;&lt;span&gt;by adding the following&lt;/span&gt;&lt;span&gt;&amp;nbsp;in pm_evt_handler() in main.c:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;case PM_EVT_CONN_SEC_CONFIG_REQ:
{
// Allow or reject pairing request from an already bonded peer.
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);
} break;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/177132?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 15:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18eec3b3-7f79-474b-9e0a-a1e4ae48827c</guid><dc:creator>Mateusz</dc:creator><description>&lt;p&gt;Hello, thank you for interest. Unfortunately now I check my test code on DK (PCA10040) and can&amp;#39;t use it like nRF Sniffer. On end of the week, I should pick up my PCB board and assembly it. Then I can use DK like nRF Sniffer.&lt;/p&gt;
&lt;p&gt;I use SDK : nRF5_SDK_15.2.0_9412b96&lt;br /&gt;, oryginal example&lt;/p&gt;
&lt;p&gt;&amp;quot;\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_gatts_c&amp;quot;&lt;/p&gt;
&lt;p&gt;also not working, It means disconnected iPhone after ~30 seconds. ( It contains gatt_init())&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br /&gt;Mateusz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/177022?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 13:14:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4342def7-7db3-4d76-aafe-d90c5532d0ff</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Do you have a sniffer log? For instance using nRF Sniffer?&lt;/p&gt;
&lt;p&gt;What SDK example have you used in which SDK release?&lt;/p&gt;
&lt;p&gt;Make sure you have included gatt_init() in your project, since that will handle the MTU procedures.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/176559?ContentTypeID=1</link><pubDate>Sat, 16 Mar 2019 22:26:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ba8492e-ea2b-4933-9df1-76331bee8a0c</guid><dc:creator>Mateusz</dc:creator><description>&lt;p&gt;Hello, i have the same problem like You.&amp;nbsp;Have You&amp;nbsp;found solution ? Best regards Mateusz&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/146094?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 11:44:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84fced1a-1b68-4e5d-85a5-12795b50384e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The link is no longer public, since you wanted to share the source code privately. The private case should be still available if you click on View my tickets from top right corner of this page (profile picture drop down menu).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/145989?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 17:15:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc54340c-32c1-4ad1-a104-d2035cb7321f</guid><dc:creator>Geparez</dc:creator><description>&lt;p&gt;Can someone help with this problem? Thanks for any suggestions.&lt;/p&gt;
&lt;p&gt;More detailed information was provided on the duplicated URL, but unfortunately that page cannot be reached anymore through&amp;nbsp;the &amp;nbsp;duplicated link:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37340/nrf-52832-disconnects-after-30-seconds-on-ios"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37340/nrf-52832-disconnects-after-30-seconds-on-ios&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF-52832 Device disconnects after 30 seconds on IOS</title><link>https://devzone.nordicsemi.com/thread/143957?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 12:39:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28e4ffca-ed22-4279-a793-af28df4108b2</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Duplicate of&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37340/nrf-52832-disconnects-after-30-seconds-on-ios"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37340/nrf-52832-disconnects-after-30-seconds-on-ios&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>