HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
65:f9958b8f2548
Parent:
64:6d7b775c3f6d
--- a/BlueNRGDevice.h	Wed Nov 19 11:24:37 2014 +0000
+++ b/BlueNRGDevice.h	Wed Apr 01 09:02:51 2015 +0000
@@ -53,13 +53,15 @@
 public:
     BlueNRGDevice(void);
     virtual ~BlueNRGDevice(void);
-
+    
     virtual Gap        &getGap();
     virtual GattServer &getGattServer();    
     virtual const char *getVersion(void);
     virtual ble_error_t init(void);
+    virtual ble_error_t shutdown(void);
     virtual ble_error_t reset(void);
     virtual ble_error_t setTxPower(int8_t txPower);
+    virtual void        getPermittedTxPowerValues(const int8_t **, size_t *);
     virtual void        waitForEvent(void);    
 
     bool getIsInitialized(void);