fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Revision:
518:54731cc463b3
Parent:
514:1fa338281798
Child:
519:4af237e9f913
--- a/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:05 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h	Fri Jun 19 15:52:05 2015 +0100
@@ -34,8 +34,6 @@
                                            bool                          requireMITM   = true,
                                            Gap::SecurityIOCapabilities_t iocaps        = Gap::IO_CAPS_NONE,
                                            const Gap::Passkey_t          passkey       = NULL) = 0;
-    virtual ble_error_t setTxPower(int8_t txPower) = 0;
-    virtual void        getPermittedTxPowerValues(const int8_t **, size_t *) = 0;
     virtual void        waitForEvent(void)         = 0;
 };