Cristi Stoican / BLE_API

Dependents:   Migration

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:24 2014 +0000
Parent:
190:ad1ed2b5ea52
Child:
192:3fd3dcf49005
Commit message:
Synchronized with git rev 1a0593dc
Author: Rohit Grover
switch to useTxPowerLevel()

Changed in this revision

services/URIBeacon2Service.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeacon2Service.h	Fri Nov 28 14:11:24 2014 +0000
+++ b/services/URIBeacon2Service.h	Fri Nov 28 14:11:24 2014 +0000
@@ -109,7 +109,7 @@
     /**
      * Set the effective power mode from one of the values in the powerLevels tables.
      */
-    void setPowerMode(TXPowerModes_t mode) {
+    void useTxPowerMode(TXPowerModes_t mode) {
         effectivePower = powerLevels[mode];
         configure();
     }