Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
8:369b80cef5ae
Parent:
7:9cda1b0f25ae
Child:
9:92d861703f96
--- a/source/BleDevice.h	Mon May 20 13:20:35 2019 +0200
+++ b/source/BleDevice.h	Tue May 21 13:57:27 2019 +0200
@@ -9,8 +9,14 @@
 #include <mbed.h>
 #include "SecurityManager.h"
 #include "ble/BLE.h"
+
+#include "ble/DiscoveredCharacteristic.h"
+#include "ble/DiscoveredService.h"
+#include "ble/gap/Gap.h"
+#include "ble/gap/AdvertisingDataParser.h"
 #include <events/mbed_events.h>
 
+
 typedef ble_error_t (Gap::*disconnect_call_t)(ble::connection_handle_t, ble::local_disconnection_reason_t);
 const static disconnect_call_t disconnect_call = &Gap::disconnect;