main/task_ble.h

changeset 31
ec5c7794dcd6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/task_ble.h	Mon Apr 17 14:54:35 2023 +0200
@@ -0,0 +1,18 @@
+/**
+ * @file task_ble.h
+ * @brief BLE task, secure GATT server.
+ */
+
+#ifndef _TASK_BLE_H
+#define _TASK_BLE_H
+
+
+
+/**
+ * @brief Main task for the ble_manager
+ * @param pvParameters Parameters for the task.
+ */
+void task_ble(void *pvParameters);
+
+
+#endif

mercurial