Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
11:d6ed1437c2ee
Parent:
7:9cda1b0f25ae
diff -r d845189d146e -r d6ed1437c2ee source/BleDevicePeripheral.h
--- a/source/BleDevicePeripheral.h	Fri Jun 14 10:24:57 2019 +0200
+++ b/source/BleDevicePeripheral.h	Thu Jun 20 13:20:24 2019 +0200
@@ -8,12 +8,8 @@
 #include "InterestService.h"
 
 #include "ColorService.h"
-const static char     DEVICE_NAME[] = "SSS-Wearable";
-
 class BleDevicePeripheral : public BleDevice {
 private:
-    static ColorService* colorServicePtr;
-    uint16_t uuid16_list;
     ColorService *cs;
     InterestService *is;
 public: