Hello,
I am in the process of migrating two projects (based on Central UART and Peripheral UART) to nRF Connect SDK v2.4.0 from v2.0.0. I did an interim migration to v2.3.0, which is now up and working fine with several changes. However, the last step of moving from v2.3.0 to v2.4.0 is not working; my nRF5340s (both Central and Peripheral) no longer connect. The Central device seems to fail at the MTU exchange step:
MTU exchange failed (err 14)
I did notice that the following Kconfig symbols (which were used on the Peripheral side) look to be replaced :
CONFIG_MCUMGR_SMP_BT > CONFIG_MCUMGR_TRANSPORT_BT
CONFIG_MCUMGR_SMP_BT_AUTHEN > CONFIG_MCUMGR_TRANSPORT_BT_AUTHEN
CONFIG_MCUMGR_SMP_SHELL > CONFIG_MCUMGR_TRANSPORT_SHELL
These were replaced with what I assume are the new symbols, but I am wondering if there is anything else with SMP that has changed in v2.4.0? Or anything else related to BLE pairing that would suddenly cause MTU exchange to fail?
Thanks