summaryrefslogtreecommitdiff
path: root/src/BLERemoteDescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BLERemoteDescriptor.cpp')
-rw-r--r--src/BLERemoteDescriptor.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/BLERemoteDescriptor.cpp b/src/BLERemoteDescriptor.cpp
new file mode 100644
index 0000000..2be312a
--- /dev/null
+++ b/src/BLERemoteDescriptor.cpp
@@ -0,0 +1,11 @@
+/*
+ * BLERemoteDescriptor.cpp
+ *
+ * Created on: Jul 8, 2017
+ * Author: kolban
+ */
+#include "sdkconfig.h"
+#if defined(CONFIG_BT_ENABLED)
+#include "BLERemoteDescriptor.h"
+
+#endif /* CONFIG_BT_ENABLED */