summaryrefslogtreecommitdiff
path: root/ESP32_BLE_Arduino/src/BLERemoteDescriptor.h
diff options
context:
space:
mode:
authorkolban <kolban1@kolban.com>2017-09-10 13:36:10 -0500
committerkolban <kolban1@kolban.com>2017-09-10 13:36:10 -0500
commit5e5b5b78f0aeca611edb52ff4e885334b6fe46a9 (patch)
tree8d207806891e66ee6ea292d82eb7f120e2138418 /ESP32_BLE_Arduino/src/BLERemoteDescriptor.h
downloadthermostat-5e5b5b78f0aeca611edb52ff4e885334b6fe46a9.tar.gz
thermostat-5e5b5b78f0aeca611edb52ff4e885334b6fe46a9.tar.bz2
thermostat-5e5b5b78f0aeca611edb52ff4e885334b6fe46a9.zip
0.1.0 release
Diffstat (limited to 'ESP32_BLE_Arduino/src/BLERemoteDescriptor.h')
-rw-r--r--ESP32_BLE_Arduino/src/BLERemoteDescriptor.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ESP32_BLE_Arduino/src/BLERemoteDescriptor.h b/ESP32_BLE_Arduino/src/BLERemoteDescriptor.h
new file mode 100644
index 0000000..a8d944d
--- /dev/null
+++ b/ESP32_BLE_Arduino/src/BLERemoteDescriptor.h
@@ -0,0 +1,20 @@
+/*
+ * BLERemoteDescriptor.h
+ *
+ * Created on: Jul 8, 2017
+ * Author: kolban
+ */
+
+#ifndef COMPONENTS_CPP_UTILS_BLEREMOTEDESCRIPTOR_H_
+#define COMPONENTS_CPP_UTILS_BLEREMOTEDESCRIPTOR_H_
+#include "sdkconfig.h"
+#if defined(CONFIG_BT_ENABLED)
+
+/**
+ * @brief A model of remote %BLE descriptor.
+ */
+class BLERemoteDescriptor {
+public:
+};
+#endif /* CONFIG_BT_ENABLED */
+#endif /* COMPONENTS_CPP_UTILS_BLEREMOTEDESCRIPTOR_H_ */