High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

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);
     }