BLE_API

Revision:
1187:231e4007429a
Parent:
1186:61ac7e01586f
Child:
1188:039621a96054
--- 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);
     }