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.