The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER_SIZE

Size of reserved up-buffer for custom logger output.

Type: int

Help

Specify reserved size of up-buffer used for custom logger output.

Direct dependencies

BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE: Bluetooth debug type>

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At subsys/bluetooth/common/Kconfig:339

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:173

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth debug type → Monitor protocol over RTT

config BT_DEBUG_MONITOR_RTT_BUFFER_SIZE
    int "Size of reserved up-buffer for custom logger output."
    default 1024
    depends on BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE>
    help
      Specify reserved size of up-buffer used for custom logger output.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)