:orphan: .. title:: choice: Max compiled-in log level for TPS .. _choice_350: .. describe:: choice: Max compiled-in log level for TPS *Max compiled-in log level for TPS* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`BT_TPS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_TPS_LOG_LEVEL_INF ` Choice options ============== - \ :option:`BT_TPS_LOG_LEVEL_OFF ` - \ :option:`BT_TPS_LOG_LEVEL_ERR ` - \ :option:`BT_TPS_LOG_LEVEL_WRN ` - \ :option:`BT_TPS_LOG_LEVEL_INF ` - \ :option:`BT_TPS_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:175`` → ``subsys/bluetooth/services/Kconfig:15`` → ``subsys/bluetooth/services/Kconfig.tps:13`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT TX Power service .. parsed-literal:: choice bool "Max compiled-in log level for TPS" default \ :option:`BT_TPS_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`BT_TPS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*