Software can read HMC5883L
Fork of BLE_API by
Revision 1187:231e4007429a, committed 2016-04-06
- Comitter:
- vcoubard
- Date:
- Wed Apr 06 19:15:41 2016 +0100
- Parent:
- 1186:61ac7e01586f
- Child:
- 1188:039621a96054
- Commit message:
- Synchronized with git rev 7849de15
Author: Andres Amaya Garcia
startAdvertising doesnt commit adv payload to underlying stack
Changed in this revision
ble/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/Gap.h Wed Apr 06 19:15:40 2016 +0100 +++ b/ble/Gap.h Wed Apr 06 19:15:41 2016 +0100 @@ -938,7 +938,6 @@ * @return BLE_ERROR_NONE if the device started advertising successfully. */ ble_error_t startAdvertising(void) { - setAdvertisingData(); /* Update the underlying stack. */ return startAdvertising(_advParams); }