<?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>Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115673/frequent-disconnection-with-reason-8</link><description>I am currently struggling with the issue of the Bluetooth board disconnecting in irregular intervals ranging from 30 seconds to 10 minutes. The disconnection message is reason 8 for these disconnects. 
 I thought originally that the issue was because</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Jan 2025 06:36:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115673/frequent-disconnection-with-reason-8" /><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/516736?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 06:36:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:420fea46-2969-4925-9c82-cbf84ae26965</guid><dc:creator>Mikah S.</dc:creator><description>&lt;p&gt;I resolved the issue by increasing the supervision timeout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/507859?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2024 07:50:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a56de7be-6303-458d-8062-02f32e26b3ad</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hmm, okay. Can you try sniffing the connection to see what&amp;#39;s happening over the air to see what sends the BAS notification disabled function. You can use a dedicated BLE sniffer or the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer f&lt;/a&gt;or Wireshark and a separate nRF52 DK to run the firmware.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/507836?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2024 02:18:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:200b5002-fb13-40a1-a479-ce1c9612a8b5</guid><dc:creator>Mikah S.</dc:creator><description>&lt;p&gt;I can&amp;#39;t find anywhere in the code were the notifications would be disabled and the bas notifications shouldn&amp;#39;t ever be disabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/507590?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 12:42:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1a274c9-de6e-4ef6-93ca-3033c0e4a2a5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Ok, if the notifications get disabled that could point to the two devices stop having any meaningful data communication, and thus a timeout occurs because there is no data transferred for the connection timeout. The standard here is 4 seconds if I&amp;#39;m not mistaken. Is there a reason you can see for the notifications being disabled?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/507472?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 01:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b240cdb-5732-4721-8cc7-d0fab3d76e52</guid><dc:creator>Mikah S.</dc:creator><description>&lt;p&gt;I do have an nRF52840 DK but have been unable to reproduce the issue with the DK. The 32.768 kHz clock has a 12pF capacitor on both XL1 and XL2 lines (I was unable to get 12.5pF capacitors). My application is a Bluetooth keyboard with&amp;nbsp;customizable keys. The connection parameters are not any different than the peripheral_hids_keyboard example in the sdk. I am using the v2.6.1 sdk. I don&amp;#39;t know if this is meaningful but before each disconnect the following log message is displayed: bas: blvl_ccc_cfg_changed: BAS Notifications disabled. The board is always acting as a peripheral, and any programming/customizing of keys is done over usb.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequent disconnection with reason 8</title><link>https://devzone.nordicsemi.com/thread/507171?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 13:44:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3ea4e0c-2315-49a9-9104-3f600714811d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Do you by chance have an nRF52840 DK to try and reproduce this on? Or is it only reproducible on the board you have. How have you loaded the 32.768 kHz, disconnect reason 8 should be a connection timeout if I&amp;#39;m not mistaken, and could indeed point to a drifting LF clock or HF clock source. Although the disconnect intervals of up to 10 minutes seems like a bit much.&lt;/p&gt;
&lt;p&gt;Can you share some details on what your application is doing exactly, what connection parameters are you operating with, and what is the central you&amp;#39;re connecting to when seeing these disconnects? Are your boards both central and peripheral here, or just one of the roles? What SDK are you using for development?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>