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
Christian