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.

CC2640R2F: How to modify the advertising interval when sending ADV_NONCONN_IND packets

Part Number: CC2640R2F

Hello all,

We are using "AoA Receiver" and "AoA Sender" Projects

If we want to change the AoA Packet interval (ADV_NONCONN_IND), how to modify the interval time?

I’ve already tried to modify DEFAULT_ADVERTISING_INTERVAL, but it only works on ADV_IND advertising.
Trace to code, it seems to modify the RF_cmdNopTx.startTrigger.triggerType on AoA.c.
Which trigger type should I set( I’ve already tried TRIG_REL_SUBMI, and TRIG_REL_START, but it doesn’t work)