I created mesh networking using mesh SDK v2.0.1. And I have connected mesh to PC and smart phone.But it's a pity that the client can't receive the servers' RSSI (although I can receive them only when I pressed button),the client can receive the RSSI in mesh SDK v1.0.1 when it as the provisioner. Now I want to achieve the same function to receive rssi when servers show their health in real time.I add the ERROR_CHECK(health_client_init(&m_dev_handles.m_health_client_instance, 0, app_health_event_cb)); to client example ,there is no error when I build it but it show app_error_weak,c,105,Mesh error 15 at 0x00026871.Can you help me to solve it ?Or you have another way to make it?
thanks.