main/ble_gap.h

changeset 31
ec5c7794dcd6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/ble_gap.h	Mon Apr 17 14:54:35 2023 +0200
@@ -0,0 +1,12 @@
+/**
+ * @file ble_gap.h
+ * @brief BLE GAP service.
+ */
+
+#ifndef _BLE_GAP_H
+#define _BLE_GAP_H
+
+
+void ble_balkon_gap_register(void);
+
+#endif

mercurial