This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get source address of publisher node in nrf mesh

I have used light_Switch example from nrf mesh sdk nrf5_SDK_for_Mesh_v4.2.0_src

I like to get the client source address in nrf_switch_server 

what should I need to modify to get client source address in below function

static void app_onoff_server_set_cb(const app_onoff_server_t * p_server, bool onoff){

........................

}

Thanks

Related