aboutsummaryrefslogtreecommitdiff
path: root/inc/bluetooth/profile/server/bas_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/bluetooth/profile/server/bas_config.h')
-rw-r--r--inc/bluetooth/profile/server/bas_config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/inc/bluetooth/profile/server/bas_config.h b/inc/bluetooth/profile/server/bas_config.h
new file mode 100644
index 0000000..6be3546
--- /dev/null
+++ b/inc/bluetooth/profile/server/bas_config.h
@@ -0,0 +1,39 @@
+#ifndef _BAS_CONFIG_H_
+#define _BAS_CONFIG_H_
+
+
+/** @defgroup BAS Battery Service
+ * @brief Battery service
+ * @{
+ */
+
+
+/** @defgroup BAS_CONFIG Battery Service Config
+ * @brief Battery service configuration file
+ * @{
+ */
+
+
+/*============================================================================*
+ * Macros
+ *============================================================================*/
+/** @defgroup BAS_Common_Exported_Macros BAS Common Exported Macros
+ * @{
+ */
+
+/** @details
+ Set BAS_BATTERY_LEVEL_NOTIFY_SUPPORT to 1 to support Battery level notification feature,
+ otherwise set it to 0.
+*/
+#define BAS_BATTERY_LEVEL_NOTIFY_SUPPORT 1
+
+
+/** @} End of BAS_Common_Exported_Macros */
+
+/** @} End of BAS_CONFIG */
+
+/** @} End of BAS */
+
+
+
+#endif