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:
127:bd1e1fe607e0
Parent:
22:c6ee8136847e
Child:
134:df7e7964a9c3
--- a/btle/btle.h	Fri May 08 15:33:55 2015 +0100
+++ b/btle/btle.h	Fri May 08 15:33:55 2015 +0100
@@ -26,10 +26,11 @@
 #include "ble_srv_common.h"
 #include "ble.h"
 
-error_t btle_init(void);
+error_t     btle_init(void);
+ble_error_t btle_initializeSecurity(void);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif // ifndef _BTLE_H_
+#endif // ifndef _BTLE_H_
\ No newline at end of file