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:
762:89ec64c66d94
Parent:
754:9b391fb5c5d7
Child:
763:36c3e2b1f1ae
--- a/ble/Gap.h	Fri Aug 07 15:53:49 2015 +0100
+++ b/ble/Gap.h	Fri Aug 07 15:53:49 2015 +0100
@@ -550,8 +550,8 @@
      * small.
      *
      * @param  app
-     *         The max transmit power to be used by the controller. This is
-     *         only a hint.
+     *         The max transmit power to be used by the controller (in dBm).
+     *         This is only a hint.
      */
     ble_error_t accumulateAdvertisingPayloadTxPower(int8_t power) {
         ble_error_t rc;