aboutsummaryrefslogtreecommitdiff
path: root/platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h')
-rw-r--r--platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h b/platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h
new file mode 100644
index 0000000..b5611f4
--- /dev/null
+++ b/platform/atm2/ATM22xx-x1x/lib/app_diss/app_diss.h
@@ -0,0 +1,39 @@
+/**
+ *******************************************************************************
+ *
+ * @file app_diss.h
+ *
+ * @brief Device Information Service Configuration Setting
+ *
+ * Copyright (C) Atmosic 2020
+ *
+ *******************************************************************************
+ */
+
+#pragma once
+
+/**
+ *******************************************************************************
+ * @defgroup ATM_BTFM_APPDISS Device information service for application layer
+ * @ingroup ATM_BTFM_API
+ * @brief The device information service for application of ATM bluetooth framework
+ *
+ * This module contains the device information service interface for application layer.
+ *
+ * @{
+ *******************************************************************************
+ */
+#include "app_config.h"
+#include "ble_diss.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+struct diss_param const *app_dis_param(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+///@} ATM_BTFM_APPBASS