Tool/software:
I am looking for a way to modify the rejoin timeout for end device in ZBOSS, i.e. how long does the end device keep trying to send poll request after a coordinator has gone. I found a macro ZB_NWK_REJOIN_TIMEOUT in zb_config_common.h, but I am not sure if I can change this macro directly to modify the timeout, because I am under an expression that the macro was already preprocessed when the static library was built, and changing the macro in the header file does not take effect to the function inside the static library. Is this the case in CC2340 Zigbee project?
If that statement is true I guess an API is needed to modify the rejoin timeout if needed. Is there such an API?
Best regards,
Shuyang