We modified the ble_app_beacon example to advertise the beacon once a second.
#define NON_CONNECTABLE_ADV_INTERVAL MSEC_TO_UNITS(1000, UNIT_0_625_MS)
As a result of testing, I advertise once a second, but after 11 times I do not advertise for about 10 seconds.
Also, is there any return (or callback) for advertising?
I want to know the time and current consumed in advertising.