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.

RTOS/CC2642R: CC2642R GAP Advertisment going for more than 3mn

Part Number: CC2642R

Tool/software: TI-RTOS

I am experiencing problem with the GAP Advertisment. It seems to be going for more than 3mns instead of 30s.

Even by changing, the value gapRole_AdvertOffTime in simpleBLEperipheral.c, it does not seem to have any effect.

    // By setting this to zero, the device will go into the waiting state after
    // being discoverable for 30.72 second, and will not being advertising again
    // until the enabler is set back to TRUE

    uint16 gapRole_AdvertOffTime = 0;

The advertisment even continue after a link is established on the peripheral and will stop between 3 to 5mns

 

Can anyone tell me what is happening ? Any advices ?

 

Thanks