Set write permission for 'write without response' characteristics.
Fork of nRF51822 by
Diff: nordic/softdevice_handler.cpp
- Revision:
- 65:98215c4f3a25
- Parent:
- 56:a1071b629aa3
--- a/nordic/softdevice_handler.cpp Mon Sep 08 15:45:22 2014 +0000 +++ b/nordic/softdevice_handler.cpp Mon Sep 08 17:21:46 2014 +0100 @@ -236,6 +236,7 @@ } m_softdevice_enabled = true; + // Enable BLE event interrupt (interrupt priority has already been set by the stack). return sd_nvic_EnableIRQ(SWI2_IRQn); }