Bluetooth Low Energy for Smart Plug

Dependencies:   BLE_API mbed nRF51822

Fork of SmartPlugBLE by Pavit Noinongyao

Revision:
3:aaa92c61931a
Parent:
2:6db5c9a2894c
--- a/BLECommunication.h	Wed Jul 08 07:25:11 2015 +0000
+++ b/BLECommunication.h	Mon Jul 13 13:14:34 2015 +0000
@@ -6,7 +6,7 @@
 #include "MVC.h"
 #include "mbed.h"
 
-static const char DEVICE_NAME[] = "NRFTEST";
+static const char DEVICE_NAME[] = "SmartPlug";
 static const uint16_t list[] = {SPS_UUID_SERVICE};
 
 class BLECommunication