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.

CC2650: Advertisement problem in multirole

Part Number: CC2650


hey,

I'm unavailable to stop the advertising of my CC2650 device in MultiRole project as and when I need it to stop/start.

The problem I'm facing is that I was only able to stop/start the advertising at the initial/beginning of the code using the command:

uint8_t initialAdvertEnable = TRUE/FALSE;

GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED, sizeof(uint8_t),&initialAdvertEnable, NULL);

Any where after this command in the code I'm unable to stop the advertisement.