rubble
rubble copied to clipboard
Add pseudo-random advDelay when advertising
When advertising, a random delay (advDelay
) between 0 ms and 10 ms should be added.
From the spec (4.4.2.2 Advertising Interval):
This is probably blocked by #2.
Could this be related to https://github.com/jonas-schievink/rubble/issues/56?
@trembel Unlikely, the random delay just reduces collisions a bit. The iOS issue is more likely because we don't respect the inter-frame spacing when getting scanned.