I am using ble_app_blinky_c application for my project. I want to update my central's default MTU size from 23 to 150 and I know my peripheral device supports MTU size of 150 bytes (tested it using NRF connect phone application). In order to do that, I tried changing the macro "NRF_SDH_BLE_GATT_MAX_MTU_SIZE" from 23 to 150 and by doing so my application goes in to system reset loop and the error i get the "NRF_ERROR_NO_MEM" error. Please help me with this issue or suggest some other ways to update the central's MTU size. Advance thank you for the answers.