For Blood Pressure Demo

BLE_BloodPressure_demo implements Blood Pressure Service which enables a collector device to connect and interact with it. the service spec can be found here. User can download the APP 'nRF Connect' or 'nRF Toolbox' available in both App Store and Google Play to scan the adverting and connect to the module.

Revision:
1:fc03791a9842
Parent:
0:546d7178e278
Child:
2:64cead334a4c
--- a/main.cpp	Fri May 29 07:26:36 2015 +0000
+++ b/main.cpp	Fri Aug 14 10:41:46 2015 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "BLEDevice.h"
+#include "BLE.h"
 #include "DeviceInformationService.h"
 #include "BloodPressureService.h"