CONFIG_BT_DEBUG_MONITOR_RTT

Monitor protocol over RTT

Monitor protocol over RTT

Type: bool

Help

Use a custom logging protocol over the RTT buffer instead of
plain-text output. Requires a special application
on the host side that can decode this protocol. Currently
the 'btmon' tool from BlueZ is capable of doing this.

Help

Use a custom logging protocol over the RTT buffer instead of
plain-text output. Requires a special application
on the host side that can decode this protocol. Currently
the 'btmon' tool from BlueZ is capable of doing this.

Symbols selected by this symbol

Kconfig definitions

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

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

config BT_DEBUG_MONITOR_RTT
    bool "Monitor protocol over RTT"
    select BT_DEBUG
    select BT_MONITOR
    depends on USE_SEGGER_RTT && SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 2 && <choice BT_DEBUG_TYPE>
    help
      Use a custom logging protocol over the RTT buffer instead of
      plain-text output. Requires a special application
      on the host side that can decode this protocol. Currently
      the 'btmon' tool from BlueZ is capable of doing this.

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

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

config BT_DEBUG_MONITOR_RTT
    bool "Monitor protocol over RTT"
    select BT_DEBUG
    select BT_MONITOR
    depends on USE_SEGGER_RTT && SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 2 && <choice BT_DEBUG_TYPE>
    help
      Use a custom logging protocol over the RTT buffer instead of
      plain-text output. Requires a special application
      on the host side that can decode this protocol. Currently
      the 'btmon' tool from BlueZ is capable of doing this.

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