I am trying to run central_uart example which is failing when bt_settings_init function is called. I debugged further and found that
settings_subsys_init is called inside bt_settings_init function and has no definition in the project. I am surprised how it is even compiling without function definition. Can some expert here help me with it.