HI,all
I am a newman for zigbee on NRF52840 with S140 softdevice,
I have two board, one is ZC and another is ZED.
On ZC board, I use ZB_GET_OUT_BUF_DELAYED2 to send data to ZED continuely,about 100 times this method return failed and can not alloc a buf.
after about 3 seconds ZB_GET_OUT_BUF_DELAYED2 can be called successfully.
My question is:
1,when ZB_GET_OUT_BUF_DELAYED2 call failed, is there any method to relase or remalloc buffer?
2,how to reduce the time(about 3 seconds) to get new buf successfully?
3,why need wait for some seconds to get new buf?
wish your help,thanks.