Hi, faced a problem while transferring a project nrf52810 on nrf52832. I changed project settings and file paths comparing projects. The connection with the phone became very bad on nrf52832. I changed BLE_GATT_ATT_MTU_DEFAULT on size NRF_SDH_BLE_GATT_MAX_MTU_SIZE, 43 on nrf52832. I changed NRF_SDH_BLE_GATT_MAX_MTU_SIZE on 43, but no changed BLE_GATT_ATT_MTU_DEFAULT on nrf52810. Only after that it became stable to connect to the phone. What is the cause of this problem?

