Hi , am working on mesh example from v1.8.0\nrf\samples\bluetooth\mesh\light_switch. In this example they are using generic on/off server , light LC server and other server also.
am trying to debug this example, am not getting how the main code execution is switching to the model_handler.c file. Basically how these servers are handled in that example. How data is getting exchanged between these servers and main. kindly guide me here .