Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
134:df7e7964a9c3
Parent:
127:bd1e1fe607e0
--- a/btle/btle.h	Fri May 08 15:33:55 2015 +0100
+++ b/btle/btle.h	Fri May 08 15:33:56 2015 +0100
@@ -27,7 +27,6 @@
 #include "ble.h"
 
 error_t     btle_init(void);
-ble_error_t btle_initializeSecurity(void);
 
 #ifdef __cplusplus
 }