CONFIG_BT_DEBUG_MONITOR_RTT_BUFFER_NAME

Buffer name used for custom logger output.

Buffer name used for custom logger output.

Type: string

Help

Select index of up-buffer used for logger output.

Help

Select index of up-buffer used for logger output.

Direct dependencies

(BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE: Bluetooth debug type>) || (BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE: Bluetooth debug type>)

(Includes any dependencies from ifs and menus.)

Defaults

  • “btmonitor”

  • “btmonitor”

Kconfig definitions

At <Zephyr>/subsys/bluetooth/common/Kconfig:331

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:38<nRF>/subsys/bluetooth/rpc/Kconfig:195

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC → Bluetooth debug type → Monitor protocol over RTT

config BT_DEBUG_MONITOR_RTT_BUFFER_NAME
    string "Buffer name used for custom logger output."
    default "btmonitor"
    depends on BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE>
    help
      Select index of up-buffer used for logger output.

At <Zephyr>/subsys/bluetooth/common/Kconfig:331

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:179

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

config BT_DEBUG_MONITOR_RTT_BUFFER_NAME
    string "Buffer name used for custom logger output."
    default "btmonitor"
    depends on BT_DEBUG_MONITOR_RTT && <choice BT_DEBUG_TYPE>
    help
      Select index of up-buffer used for logger output.

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