This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: Why result.panDescriptor is always NULL in TI-15.4 sensor example?

Part Number: CC1310

Hi, 

My customer is using TI-15.4 non-beacon mode, and he wants to access the pan descriptor list after the scan.

I have done some test with sensor example, and found that no matter the ApiMac_attribute_autoRequest setting is TRUE or FALSE, the MAC will call Beacon Notify Indication Callback, and in processScanCnf(), the pCnf->resultListSize is always 0 and pCnf->result.pPanDescriptor is always NULL.

Please help to suggest how to store panDescriptor into macCbackEvent_t *pMsg and access stored PAN descriptors in it.

Thanks!