• BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST

    I am migrating a project from SDK 12 and SoftDevice S132 V3.0.0 to SDK 14 and SoftDevice S132 V5.0.0. Is the follow case still required in the ble_evt_handler ? #if (NRF_SD_BLE_API_VERSION >= 3) case BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST: { errCode…