Minor temporary patch to allow DFU packet callback
Fork of BLE_API by
Revision 44:959ac8f4b3f7, committed 2014-05-23
- Comitter:
- Rohit Grover
- Date:
- Fri May 23 14:52:12 2014 +0100
- Parent:
- 43:ac154ac74a30
- Child:
- 45:8a9919adb207
- Commit message:
- fix a documentation error regarding advertising interval
Changed in this revision
GapAdvertisingParams.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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.