<?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>nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127643/nrf52833-mtu-exchange-fails-and-connection-terminates</link><description>Hello Team, 
 I am working with nRF52833 configured as a BLE scanner using nRF Connect SDK for VS Code . 
 Here is my prj.conf: 
 
 AND here is scan/conn Implementaion: 
 
 Expected Execution Sequence: 
 
 Scanner starts scanning for nearby devices 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 May 2026 08:18:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127643/nrf52833-mtu-exchange-fails-and-connection-terminates" /><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565868?ContentTypeID=1</link><pubDate>Tue, 05 May 2026 08:18:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b523bba-2e2e-4f6d-ac34-aaa6cf0b2375</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Ashwini&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry about the late reply here, but I&amp;#39;ve been indisposed the last week and are only now catching up to my case queue.&lt;/p&gt;
&lt;p&gt;In order to get more logging information, can you set these configs in your project&amp;#39;s .conf file so it&amp;#39;s easier to see if we get more from the logging on this side. The disconnect reason from your log here seems to point to it being the device on the other end that initiates the disconnection in the first place.&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#config_bt_log_level_dbg" href="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#CONFIG_BT_LOG_LEVEL_DBG" rel="noopener noreferrer" target="_blank"&gt;CONFIG_BT_LOG_LEVEL_DBG&lt;/a&gt;=y&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#config_log_backend_uart_buffer_size" href="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#CONFIG_LOG_BACKEND_UART_BUFFER_SIZE" rel="noopener noreferrer" target="_blank"&gt;CONFIG_LOG_BACKEND_UART_BUFFER_SIZE&lt;/a&gt;&lt;span&gt;&lt;/span&gt;=8192&lt;/p&gt;
&lt;p&gt;&lt;a title="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#config_log_buffer_size" href="https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/kconfig/index.html#CONFIG_LOG_BUFFER_SIZE" rel="noopener noreferrer" target="_blank"&gt;CONFIG_LOG_BUFFER_SIZE&lt;/a&gt;=8192&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: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565475?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 16:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21e9308a-2cc1-46ee-8fb4-565ad1db3df8</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p&gt;Hello Simon,&lt;/p&gt;
&lt;p&gt;I m using custom board and using internal&amp;nbsp;RC configuration.&lt;/p&gt;
&lt;p&gt;In connection i m coonectinf device with uuid once connection is established then discovery started and notify and got data .&lt;/p&gt;
&lt;p&gt;these are some logs&amp;nbsp;[00:13:56.085,479] &amp;lt;inf&amp;gt; main: CONNECTED&lt;br /&gt;[00:13:56.387,237] &amp;lt;inf&amp;gt; main: MTU: 247&lt;br /&gt;[00:13:56.487,579] &amp;lt;inf&amp;gt; main: Starting discovery for custom UUID&lt;br /&gt;[00:13:56.587,158] &amp;lt;inf&amp;gt; main: Found service, start_handle: 0x0010, end_handle: 0x0015&lt;br /&gt;[00:13:56.687,927] &amp;lt;inf&amp;gt; main: Characteristic handle: 0x0012&lt;br /&gt;[00:13:56.787,170] &amp;lt;inf&amp;gt; main: CCCD handle: 0x0013&lt;br /&gt;[00:13:56.887,268] &amp;lt;inf&amp;gt; main: Discovery complete in discover function&lt;br /&gt;[00:13:58.887,023] &amp;lt;inf&amp;gt; main: Received notification from F8:E2:EC:CB:B5:83 (random), with valide data len: 0&lt;br /&gt;[00:13:58.887,512] &amp;lt;inf&amp;gt; main: Disconnected: 0x13&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;From logs discovery complete and notification received from tag is time is about&amp;nbsp; 2sec . is because of this connection is terminating.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ms. Ashwini L Pujari.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Embedded Firmware Developer,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;EMBEL Technologies Pvt Ltd.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565431?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2026 07:49:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99111d3f-81ee-454a-a3ad-2ce372ab9dbb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to see any good indications of what exactly is causing the disconnects in these sniffer logs, as they just seem to do normal transmissions before suddenly the peripheral terminates the connection. If you select which device to sniff, you get a better overview of just that device and the connections it&amp;#39;s in. Do you do any kind of encryption (pairing/bonding) during connection? If so we might be missing vital encrypted packets here that can be found if you follow the documentation here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/common_sniffing_actions.html"&gt;https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/common_sniffing_actions.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The error 0x3e can also be due to the&lt;/span&gt;&lt;span&gt;&amp;nbsp;internal clock configuration being wrong as well. Are you working on custom boards or with a DK?&lt;/span&gt;&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: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565361?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2026 07:26:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31b217cd-ae19-4de1-a880-0a997fb3956d</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p&gt;Hello Simon,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I have attached ble sniffer logs where sometimes got data from tag and some times its failed .&lt;/strong&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/220426_5F00_night_5F00_log-checkuart2-log-for-verification.pcapng"&gt;devzone.nordicsemi.com/.../220426_5F00_night_5F00_log-checkuart2-log-for-verification.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ms. Ashwini L Pujari.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Embedded Firmware Developer,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;EMBEL Technologies Pvt Ltd.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565282?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 08:11:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70234ac6-6183-4174-80af-add28db1646a</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p&gt;Hello Simon,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I also want to mention that&amp;nbsp;&lt;strong&gt;cf:dd:bd:9f:11:77&amp;nbsp; connecting some times but no of times it failed .&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;it not connected is not a case , it actually failed no of times .&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Waiting for your responce.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ms. Ashwini L Pujari.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Embedded Firmware Developer,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;EMBEL Technologies Pvt Ltd.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565281?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2026 07:47:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ffa451c-8ebb-4f54-9f6b-b15af90b823e</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p&gt;Hello Simon,&lt;/p&gt;
&lt;p&gt;I m working on nrf connect sdk and this is my project config file pr.conf attached here.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/73202.prj.conf"&gt;devzone.nordicsemi.com/.../73202.prj.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now i m also attached ble sniffer where &lt;strong&gt;d1:75:3d:ba:3a:25&amp;nbsp; central device makes successfully connection with ble tag and receive data from tag , but cf:dd:bd:9f:11:77 central device not making connection successful why?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/WHERE-NOT-CONNECTION-FOR-BOARD-AND-NEXT-GOT-CONNECTION-FOR-D125.pcapng"&gt;devzone.nordicsemi.com/.../WHERE-NOT-CONNECTION-FOR-BOARD-AND-NEXT-GOT-CONNECTION-FOR-D125.pcapng&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please check the log of ble sniffer and let me know the reason why&amp;nbsp;&lt;strong&gt;cf:dd:bd:9f:11:77&amp;nbsp;&lt;/strong&gt; not establishing connection with ble tag.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Waiting for your responce.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ms. Ashwini L Pujari.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Embedded Firmware Developer,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;EMBEL Technologies Pvt Ltd.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565207?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 07:27:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa1c605f-4367-4bf1-b5b4-dccdc447e4fb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;The error 0x3e can also be due to the&lt;span&gt;&amp;nbsp;internal clock configuration being wrong as well. Are you working on custom boards or with a DK?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/565145?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2026 07:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20cb7045-a290-4597-b132-6ae80d7f544c</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p&gt;Hello Simonr,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have log of BLE Sniffer but will provide you soon .&lt;/p&gt;
&lt;p&gt;Now let me the reason where BLE connection failed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/564971?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2026 09:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e718054-b87e-435f-9ba5-64b9922a2909</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Would you be able to provide a sniffer trace of the connection and MTU exchange so we can get a better look at what is going on over the air here. Either with a dedicated Bluetooth sniffer like the&lt;a href="https://www.ellisys.com/products/bex400/"&gt; Ellisys tracers&lt;/a&gt;, or with an nRF5 series DK/Dongle with th&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;e nRF Sniffer firmware&lt;/a&gt; and Wireshark.&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: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/564890?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2026 05:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03c20a7e-cab4-4efe-a1f5-08aa75c89256</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Hi Simonr,&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;I am using &lt;/span&gt;&lt;strong&gt;&lt;span&gt;nRF52833&lt;/span&gt;&lt;/strong&gt;&lt;span&gt; with &lt;/span&gt;&lt;strong&gt;&lt;span&gt;nRF Connect SDK for VS Code (v2.9.0)&lt;/span&gt;&lt;/strong&gt;&lt;span&gt; on the central side.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;The MTU size has been configured on the central side, and I have also configured the data length parameters accordingly. Please find attached the &lt;/span&gt;&lt;strong&gt;&lt;span&gt;prj.conf&lt;/span&gt;&lt;/strong&gt;&lt;span&gt; file from the central side for your reference.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# ─── UART (Async, no console) ───────────────────────────────────────────────
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y
CONFIG_NRFX_UARTE0=y
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n


# ─── FOR UART STOP and RESTART AT RUNTIME WHEN UART RX ERROR EVT TRIGGERS ─────────────────────
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y


# ─── BLE Stack (Central / Scanner) ──────────────────────────────────────────
CONFIG_BT=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_GATT_CLIENT=y
CONFIG_BT_SMP=y

# BLE NCS modules
CONFIG_BT_NUS_CLIENT=y
CONFIG_BT_SCAN=y
CONFIG_BT_SCAN_FILTER_ENABLE=y
CONFIG_BT_SCAN_UUID_CNT=1
CONFIG_BT_GATT_DM=y

# MTU / buffer sizing for 40-byte chunks
CONFIG_BT_L2CAP_TX_MTU=247
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_BUF_ACL_RX_SIZE=251
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251

# BLE stack sizes
CONFIG_BT_RX_STACK_SIZE=4096

# Reduce BLE log noise — only errors
CONFIG_BT_LOG_LEVEL_ERR=y

# ─── Stack / Heap ────────────────────────────────────────────────────────────
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
CONFIG_HEAP_MEM_POOL_SIZE=4096

# ─── RTT Logging (no UART backend) ──────────────────────────────────────────
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=n
CONFIG_LOG_PRINTK=y
# 23rd March 2026, RTT BUFFER SIZE increased for crash log capture
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=4096
# ─── GPIO / SPI (needed for nRF21540 FEM) ───────────────────────────────────
CONFIG_GPIO=y
CONFIG_SPI=y

# ─── RTC Calendar ────────────────────────────────────────────────────────────
CONFIG_RTC=y
CONFIG_RTC_UPDATE=y

# ─── Watchdog ────────────────────────────────────────────────────────────────
CONFIG_WATCHDOG=y
CONFIG_REBOOT=y

# ─── Clock (RC low-frequency, 500 ppm) ───────────────────────────────────────
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y

# ─── Range Extender: nRF21540 FEM ────────────────────────────────────────────
CONFIG_MPSL=y
CONFIG_MPSL_FEM=y
CONFIG_MPSL_FEM_NRF21540_GPIO_SPI=y
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=20
CONFIG_MPSL_FEM_POWER_MODEL=y
CONFIG_MPSL_FEM_POWER_MODEL_NRF21540_USE_BUILTIN=y
CONFIG_BT_CTLR_TX_PWR_ANTENNA=20

# ─── Assert ──────────────────────────────────────────────────────────────────
CONFIG_ASSERT=y

# ─── Heap runtime stats (optional, useful for debugging) ─────────────────────
CONFIG_SYS_HEAP_RUNTIME_STATS=y

# ─────────── prj.conf ADDDED ON -&amp;gt; 9th MARCH for CRC CHECK ──────────────────────
CONFIG_CRC=y

# ─── Fatal Error Debugging 10th MARCH 2026, ───────────────────────────────────────────────────
CONFIG_RESET_ON_FATAL_ERROR=n       # Prevent immediate reboot so output is visible
CONFIG_THREAD_NAME=y                # Show thread name (e.g. &amp;quot;main&amp;quot;) instead of &amp;quot;unknown&amp;quot;
CONFIG_ASSERT=y
CONFIG_ASSERT_VERBOSE=y
CONFIG_ASSERT_NO_COND_INFO=n
CONFIG_ASSERT_NO_MSG_INFO=n
# Stack overflow detection
CONFIG_HW_STACK_PROTECTION=y
CONFIG_INIT_STACKS=y
# Immediate logging ensures crash logs are flushed before halt
CONFIG_LOG_MODE_IMMEDIATE=y



#────────────────────────────  THREAD ANALYZER FOR STACK OVERFLOW DETECTION ──────────────────────
#CONFIG_THREAD_NAME=y

#CONFIG_THREAD_ANALYZER=y
#CONFIG_THREAD_ANALYZER_AUTO=y
#CONFIG_THREAD_ANALYZER_RUN_UNLOCKED=y
#CONFIG_THREAD_ANALYZER_USE_LOG=y
#CONFIG_THREAD_ANALYZER_AUTO_INTERVAL=30
#CONFIG_THREAD_ANALYZER_AUTO_STACK_SIZE=2048

#CONFIG_INIT_STACKS=y

&lt;/pre&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;At the moment, I do not have configuration details from the peripheral side, as the peripheral device (tag) has been provided by the client. Therefore, I am not able to confirm whether the MTU size and data length settings are matched on the peripheral side.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;&amp;nbsp; Regarding the test environment, testing is being performed in a standard indoor environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; Please let me know if you need any additional logs or configuration details from the central side.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/564863?ContentTypeID=1</link><pubDate>Mon, 13 Apr 2026 13:05:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf283e06-dc85-4006-bb84-265db1d97cd5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you set the MTU size and data length size to support the same size in both central and peripheral It seems like the MTU size is set correctly, but the data length also needs to be set correctly to allow for larger data lengths. In what kind of environment are you testing for here, because it seems like there is a disconnect during the data transfer, possibly due to the surrounding environments.&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: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/564430?ContentTypeID=1</link><pubDate>Fri, 03 Apr 2026 06:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60899673-c1bd-495a-93d2-f979cd61c568</guid><dc:creator>Embel_Tech</dc:creator><description>&lt;p data-start="77" data-end="128"&gt;The peripheral in this setup is also an nRF device.&lt;/p&gt;
&lt;p data-start="130" data-end="331"&gt;In my application, I am not storing any bonding information. The scanner-side execution flow, as shared previously, does not include any steps related to bonding or maintaining persistent pairing data.&lt;/p&gt;
&lt;p data-start="333" data-end="486"&gt;Given this, I would appreciate your guidance on how to further investigate and improve the MTU exchange failure observed from the scanner (central) side.&lt;/p&gt;
&lt;p data-start="488" data-end="524"&gt;Looking forward to your suggestions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833: MTU Exchange Fails and Connection Terminates</title><link>https://devzone.nordicsemi.com/thread/564343?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2026 06:09:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfe4a66c-4b4a-4f03-8117-d00e91b9aebf</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What device is the peripheral here? Is it an nRF device as well or something else? I&amp;#39;m trying to find references to what this -128 error is, which should only point to the devices not being connected.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The multiple 0x3E errors are indeed pointing to connection failed to be established, and this could be due to one of the devices having stored pairing information that the other does not. Can you try erasing the bonding information on both devices before trying to connect again? If you don&amp;#39;t have a way to do so, nrfutil device recover to recover the device before flashing them again should also erase bonding information.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&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>