High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Aug 07 15:53:50 2015 +0100
Parent:
763:36c3e2b1f1ae
Child:
765:4cd91998cd48
Commit message:
Synchronized with git rev ea37b643
Author: Rohit Grover
Merge branch 'develop' of https://github.com/sunsmilearm/BLE_API into sunsmilearm-develop

Changed in this revision

ble/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/Gap.h	Fri Aug 07 15:53:49 2015 +0100
+++ b/ble/Gap.h	Fri Aug 07 15:53:50 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;