BLE Current Time Service

BLE Current Time Service (CTS) implementation.

supported only "Current Time" Characteristics.

https://developer.bluetooth.org/gatt/services/Pages/ServiceViewer.aspx

I don't have a device corresponding to the CTS, I cannot check it. x)

Revision:
1:c4b8028471f9
Parent:
0:8c79e11bc3a1
Child:
2:27a6c04cadb2
--- a/CurrentTimeService.h	Sat Oct 17 16:56:39 2015 +0000
+++ b/CurrentTimeService.h	Sat Oct 17 17:04:10 2015 +0000
@@ -6,11 +6,9 @@
 #ifndef __BLE_CURRENT_TIME_SERVICE_H__
 #define __BLE_CURRENT_TIME_SERVICE_H__
 
+#include "ble/BLE.h"
 //extern Serial  pc;
 
-#include "ble/BLE.h"
-//#include "app_util.h"
-
 
 enum BLE_DayofWeek {
     notknown = 0,