rubble icon indicating copy to clipboard operation
rubble copied to clipboard

Add pseudo-random advDelay when advertising

Open dbrgn opened this issue 4 years ago • 2 comments

When advertising, a random delay (advDelay) between 0 ms and 10 ms should be added.

From the spec (4.4.2.2 Advertising Interval):

delay

This is probably blocked by #2.

dbrgn avatar Jun 05 '20 16:06 dbrgn

Could this be related to https://github.com/jonas-schievink/rubble/issues/56?

trembel avatar Jun 06 '20 13:06 trembel

@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.

jonas-schievink avatar Jun 06 '20 13:06 jonas-schievink