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:
877:6179ae26df4b
Parent:
876:f7e9b70920ad
Child:
879:4de7fb4da6ca
--- a/ble/BLE.h	Tue Nov 03 12:51:25 2015 +0000
+++ b/ble/BLE.h	Tue Nov 03 12:51:25 2015 +0000
@@ -1421,6 +1421,12 @@
     }
 
 private:
+    /**
+     * Implementation of init() [internal to BLE_API].
+     *
+     * The implementation is separated into a private method because it isn't
+     * suitable to be included in the header.
+     */
     ble_error_t initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback);
 
 private: