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:
1120:85a019284052
Parent:
1119:7a487d506451
--- a/ble/BLEProtocol.h	Mon Jan 11 08:52:03 2016 +0000
+++ b/ble/BLEProtocol.h	Mon Jan 11 08:52:03 2016 +0000
@@ -20,7 +20,6 @@
 #include <stddef.h>
 #include <stdint.h>
 #include <algorithm>
-#include <string.h>
 
 /**
  * A common namespace for types and constants used everywhere in BLE API.