I have tried to setup the time cluster, with:
ZB_ZCL_TIME_SET_REAL_TIME_CLOCK_CB(time_set_rtc);
But whn I do it, I lways get linking errors, since zb_scl_set_real_time_clock_callback can't be found. It is at the Nordic documentation, at the ZBoss Time Cluster:
#define ZB_ZCL_TIME_SET_REAL_TIME_CLOCK_CB | ( | func_ptr | ) | (zb_zcl_set_real_time_clock_callback((func_ptr))) |
However, I cannot find it in libzboss.a with objdump --syms. What do have to link in, to have that function resolved?
I ham using version 4.1.0 of the SDK for Thread and Zigbee.