High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
44:959ac8f4b3f7
Parent:
43:ac154ac74a30
Child:
45:8a9919adb207
--- 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.