Dependents:   BLE_MIDI

Fork of nRF51822 by Nordic Semiconductor

Revision:
345:dfde56236c36
Parent:
344:2a44e5fd26bc
Child:
346:14b090482fd2
--- a/nRF51822n.h	Fri Jun 19 15:55:34 2015 +0100
+++ b/nRF51822n.h	Fri Jun 19 15:55:35 2015 +0100
@@ -44,6 +44,9 @@
         return nRF51GattClient::getInstance();
     }
 
+    virtual ble_error_t setTxPower(int8_t txPower);
+    virtual void        getPermittedTxPowerValues(const int8_t **valueArrayPP, size_t *countP);
+
     virtual ble_error_t init(void);
     virtual ble_error_t shutdown(void);
     virtual ble_error_t reset(void);