Part Number: CC2652P
I am disabling poll by doing "writeReq.has_disablePollRate = true" and "writeReq.disablePollRate = true", 20 seconds after bootup. Its seems to be doing the job. However, sometimes the device is polling, which i have verified using a sniffer and I observed data requests after broadcast.
I dont have access to the source code and I am finding it difficult to analyse. I could see a bunch of conditions in nwk_data_req_send and my guess is "nwk_SetCurrentPollRateType(POLL_RATE_TYPE_RESPONSE, TRUE)" is happening.
Can anyone help me with this. I want to know what could be happening and how can i fix this or any kind of tests that i can run for RCA.
Thank you