:orphan: .. title:: choice: Max compiled-in log level for bt .. _choice_348: .. describe:: choice: Max compiled-in log level for bt *Max compiled-in log level for bt* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_LOG_LEVEL_INF ` Choice options ============== - \ :option:`BT_LOG_LEVEL_OFF ` - \ :option:`BT_LOG_LEVEL_ERR ` - \ :option:`BT_LOG_LEVEL_WRN ` - \ :option:`BT_LOG_LEVEL_INF ` - \ :option:`BT_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: choice bool "Max compiled-in log level for bt" default \ :option:`BT_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*