Hello.
I use the function zb_zcl_finish_and_send_packet to send data from ZC to ZED and it works but one problem is that we're using a rather slow poll (20 seconds) to enhance battery usage so it's a coin flip if the data arrives or if the transmission times out first.
So I would like to increase the timeout for zb_zcl_finish_and_send_packet to something higher, say 30 seconds. I've tried to find an API for it, but so far my google karma nor my browsing through the API hasn't made me much the wiser.
Regards
/Martin