Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
563:9c4b96f7be8d
Parent:
561:613dbbdeed27
Child:
565:cf03471a4ec4
--- a/source/nRF5xSecurityManager.h	Mon Jan 11 10:19:15 2016 +0000
+++ b/source/nRF5xSecurityManager.h	Mon Jan 11 10:19:16 2016 +0000
@@ -47,21 +47,6 @@
         return btle_purgeAllBondingState();
     }
 
-    /**
-     * @brief  Clear nRF5xSecurityManager's state.
-     *
-     * @return
-     *           BLE_ERROR_NONE if successful.
-     */
-    virtual ble_error_t cleanup(void)
-    {
-        if (SecurityManager::cleanup() != BLE_ERROR_NONE) {
-            return BLE_ERROR_INVALID_STATE;
-        }
-
-        return BLE_ERROR_NONE;
-    }
-
 public:
     nRF5xSecurityManager() {
         /* empty */