-
CONFIG_BT_MONITOR_ON_DEV_NAME
¶
Device Name of Bluetooth monitor logging UART
Type: string
Help¶
This option specifies the name of UART device to be used for the Bluetooth monitor logging.
Direct dependencies¶
(BT_UART
&& SOC_ATOM
) || (BT_DEBUG_MONITOR
&& BT_DEBUG
&& BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults¶
“UART_1” if
BT_DEBUG_MONITOR
“” if
HAS_DTS
“UART_0”
Kconfig definitions¶
At <Zephyr>/soc/x86/atom/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config BT_MONITOR_ON_DEV_NAME string default "UART_1" ifBT_DEBUG_MONITOR
depends onBT_UART
&&SOC_ATOM
At <Zephyr>/subsys/bluetooth/common/Kconfig:128
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:238
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_MONITOR_ON_DEV_NAME string "Device Name of Bluetooth monitor logging UART" default "" ifHAS_DTS
default "UART_0" depends onBT_DEBUG_MONITOR
&&BT_DEBUG
&&BT_HCI
&&BT
help This option specifies the name of UART device to be used for the Bluetooth monitor logging.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)