Nordic stack and drivers for the mbed BLE API

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri May 08 15:33:54 2015 +0100
Parent:
122:df81fcbfa150
Child:
124:664d4257a9f8
Commit message:
Synchronized with git rev e5ba1d85
Author: Rohit Grover
Call pstorage_init() from btle_init()

Changed in this revision

btle/btle.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/btle/btle.cpp	Fri May 08 15:33:54 2015 +0100
+++ b/btle/btle.cpp	Fri May 08 15:33:54 2015 +0100
@@ -89,6 +89,8 @@
     ASSERT_STATUS( softdevice_ble_evt_handler_set(btle_handler));
     ASSERT_STATUS( softdevice_sys_evt_handler_set(sys_evt_dispatch));
 
+    pstorage_init();
+
     btle_gap_init();
 
     return ERROR_NONE;