aboutsummaryrefslogtreecommitdiff
path: root/inc/bluetooth/profile/server/sps_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/bluetooth/profile/server/sps_config.h')
-rw-r--r--inc/bluetooth/profile/server/sps_config.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/inc/bluetooth/profile/server/sps_config.h b/inc/bluetooth/profile/server/sps_config.h
new file mode 100644
index 0000000..df477ba
--- /dev/null
+++ b/inc/bluetooth/profile/server/sps_config.h
@@ -0,0 +1,35 @@
+#ifndef _SPS_CONFIG_H_
+#define _SPS_CONFIG_H_
+
+
+/** @defgroup SPS Scan Parameters Service
+ * @brief Scan parameters service
+ * @{
+ */
+
+/** @defgroup SPS_CONFIG Scan Parameters Service Config
+ * @brief Scan parameters service config
+ * @{
+ */
+
+/** @defgroup SPS_Exported_Macros SPS Exported Macros
+ * @brief
+ * @{
+ */
+
+/** @details
+ Set SPS_CHAR_SCAN_REFRESH_SUPPORT to 1 to support scan refresh characteristic,
+ otherwise set it to 0.
+*/
+#define SPS_CHAR_SCAN_REFRESH_SUPPORT 1
+
+
+/** @} End of SPS_Common_Exported_Macros */
+
+/** @} End of SPS_CONFIG */
+
+/** @} End of SPS */
+
+
+
+#endif