This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Advertisement interval always with delay

Hi Folks,

As per bluetooth spececification(4.4.2.2.1) advertising interval has addition of advDelay in range of 0-10ms. In my example,

1. device advertise beacon (sd_ble_gap_adv_start())

2. stops advertising function call(15ms) before next  advertising interval. sd_ble_gap_adv_stop()

3. app timer expires ~100ms

4. Do step 1

Q) Effectively, i am not using advertising interval mechanism, Is softdevice add random delay ?

Thank you.

Related