36 lines
602 B
C
Raw Normal View History

2025-11-25 10:21:47 +08:00
#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