Workings and tests to create custom GATT services, for use as part of peripheral communication in cars

Dependencies:   BLE_API mbed nRF51822

Revision:
11:35b63ab4c76c
Parent:
10:2c5c202c69a5
Child:
12:f5b12e8b6043
--- a/ErrorService.h	Sun Mar 22 17:47:11 2015 +0000
+++ b/ErrorService.h	Thu Mar 26 15:06:21 2015 +0000
@@ -12,9 +12,9 @@
     
 public:
     enum {
-        ERROR_DISCONNECTION = 0x0000,
+        ERROR_DISCONNECTION = 0x1234,
         ERROR_ELECTRONIC = 0x0000,
-        ERROR_GENERIC = 0x0000,
+        ERROR_GENERIC = 0x4321,
     };
     /**
     * @param[ref] _ble