We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5a0d1 commit bd7d28eCopy full SHA for bd7d28e
subsys/bluetooth/services/Kconfig.hrs
@@ -27,19 +27,8 @@ config BT_HRS_DEFAULT_PERM_RW_AUTHEN
27
28
endchoice
29
30
-config BT_HRS_LOG_LEVEL
31
- int "Heart Rate service log level"
32
- depends on LOG
33
- range 0 4
34
- default 0
35
- depends on BT_HRS
36
- help
37
- Sets log level for the Heart Rate service.
38
- Levels are:
39
- 0 OFF, do not write
40
- 1 ERROR, only write LOG_ERR
41
- 2 WARNING, write LOG_WRN in addition to previous level
42
- 3 INFO, write LOG_INF in addition to previous levels
43
- 4 DEBUG, write LOG_DBG in addition to previous levels
+module = BT_HRS
+module-str = HRS
+source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
44
45
endif # BT_HRS
0 commit comments