Hello,
BLE MESH 3.0 Light Sw Example code just I have add APP_TIMER_MODE_REPEATED and its work fine.
Case 1:if I print string Or LED Toggle Based on timer its working fine But..
Case 2: If client send below msg to server every 5 second based on timer interrupt got an error.
status = generic_onoff_client_set(&m_clients[0], &set_params, &transition_params);
debug code after realize above function call on button pressed return 0 error ..if I call this function on timer interrupt based function return 1 error code NRF_ERROR_SVC_HANDLER_MISSING ..what is the reason please let me know ASAP.
Thanks
Nikunj