:orphan: .. title:: choice BT_OTS_LOG_LEVEL_CHOICE: Max compiled-in log level for BT_OTS .. _choice_500: .. describe:: choice BT_OTS_LOG_LEVEL_CHOICE: Max compiled-in log level for BT_OTS *Max compiled-in log level for BT\_OTS* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`BT_OTS ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_OTS_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`BT_OTS_LOG_LEVEL_OFF ` - \ :kconfig:`BT_OTS_LOG_LEVEL_ERR ` - \ :kconfig:`BT_OTS_LOG_LEVEL_WRN ` - \ :kconfig:`BT_OTS_LOG_LEVEL_INF ` - \ :kconfig:`BT_OTS_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:122`` → ``/bluetooth/services/Kconfig:17`` → ``/bluetooth/services/ots/Kconfig:84`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Object Transfer Service (OTS) [EXPERIMENTAL] .. code-block:: kconfig choice BT_OTS_LOG_LEVEL_CHOICE bool "Max compiled-in log level for BT_OTS" default BT_OTS_LOG_LEVEL_INF depends on LOG && BT_OTS && BT_CONN && BT_HCI && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*