I am using nRF51422 with the SDK 11. I am using the proximity application primarily for the ADC Battery Level Service. I would like to have the device advertise indefinitely. How would I be able to accomplish this?
I am using nRF51422 with the SDK 11. I am using the proximity application primarily for the ADC Battery Level Service. I would like to have the device advertise indefinitely. How would I be able to accomplish this?
You can just set the timeout to 0 to advertise indefinitely. But you need to set the advertising flag to GENERIC.
Have a look here.