:orphan: .. title:: choice: Max compiled-in log level for BT_OTS .. _choice_351: .. describe:: choice: Max compiled-in log level for BT_OTS *Max compiled-in log level for BT_OTS* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`BT_OTS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_OTS_LOG_LEVEL_INF ` Choice options ============== - \ :option:`BT_OTS_LOG_LEVEL_OFF ` - \ :option:`BT_OTS_LOG_LEVEL_ERR ` - \ :option:`BT_OTS_LOG_LEVEL_WRN ` - \ :option:`BT_OTS_LOG_LEVEL_INF ` - \ :option:`BT_OTS_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:17`` → ``subsys/bluetooth/services/ots/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Object Transfer Service (OTS) [EXPERIMENTAL] .. parsed-literal:: choice bool "Max compiled-in log level for BT_OTS" default \ :option:`BT_OTS_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`BT_OTS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*