:orphan: .. title:: CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER .. kconfig:: CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER ################################## *Buffer number used for custom logger output.* Type: ``int`` Help ==== .. code-block:: none Select index of up-buffer used for logger output. Make sure the buffer number is not used by other logger, e.g. in LOG_BACKEND_RTT_BUFFER, otherwise the buffer will be overwritten. Direct dependencies =================== \ :kconfig:`BT_DEBUG_MONITOR_RTT ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/common/Kconfig:323`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth debug type → Monitor protocol over RTT .. code-block:: kconfig config BT_DEBUG_MONITOR_RTT_BUFFER int "Buffer number used for custom logger output." range 1 SEGGER_RTT_MAX_NUM_UP_BUFFERS default 1 depends on BT_DEBUG_MONITOR_RTT && help Select index of up-buffer used for logger output. Make sure the buffer number is not used by other logger, e.g. in LOG_BACKEND_RTT_BUFFER, otherwise the buffer will be overwritten. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*