main/ble_adv.h

changeset 31
ec5c7794dcd6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/ble_adv.h	Mon Apr 17 14:54:35 2023 +0200
@@ -0,0 +1,15 @@
+/**
+ * @file ble_adv.h
+ * @brief BLE Advertise services.
+ */
+
+#ifndef _BLE_ADV_H
+#define _BLE_ADV_H
+
+
+esp_err_t ble_balkon_adv_config(void);
+void ble_balkon_adv_start(void);
+void ble_balkon_adv_set_complete_handle(void);
+
+
+#endif

mercurial