Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: GapAdvertisingParams.cpp
- Revision:
- 44:959ac8f4b3f7
- Parent:
- 43:ac154ac74a30
- Child:
- 45:8a9919adb207
diff -r ac154ac74a30 -r 959ac8f4b3f7 GapAdvertisingParams.cpp
--- a/GapAdvertisingParams.cpp Fri May 23 13:12:52 2014 +0100
+++ b/GapAdvertisingParams.cpp Fri May 23 14:52:12 2014 +0100
@@ -51,13 +51,15 @@
modes
\param[in] interval
- Advertising interval between 0x0020 and 0x4000 in 0.625ms
- units (20ms to 10.24s). If using non-connectable mode
- (ADV_NON_CONNECTABLE_UNDIRECTED) this min value is
- 0x00A0 (100ms).
+ Advertising interval between 0x0020 and 0x4000 in 0.625ms units
+ (20ms to 10.24s). If using non-connectable mode
+ (ADV_NON_CONNECTABLE_UNDIRECTED) this min value is 0x00A0
+ (100ms). To reduce the likelihood of collisions, the link layer
+ perturbs this interval by a pseudo-random delay with a range of
+ 0 ms to 10 ms for each advertising event.
\par
- Increasing this value will allow central devices to detect
+ Decreasing this value will allow central devices to detect
your peripheral faster at the expense of more power being
used by the radio due to the higher data transmit rate.
