I added the Generic OnOff Model from the thingy52-mesh-provisioning-demo to the Light Switch Proxy Client example from the nRF5_SDK_for_Mesh and get a linker error for the function nrf_mesh_unique_token_get() as follows:
build/light_switch_proxy_client_nrf52840_xxAA_s140_6.0.0_Debug/obj/generic_on_off_client.o: In function `send_reliable_message':
undefined reference to `nrf_mesh_unique_token_get'
Question: where is the function nrf_mesh_unique_token_get() defined?