CONFIG_BT_SHELL

Enable Bluetooth shell

Type: bool

Help

Activate shell module that provides Bluetooth commands to the console.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/bluetooth/shell/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:157

Menu path: (top menu) → Bluetooth

config BT_SHELL
    bool
    prompt "Enable Bluetooth shell" if BT_HCI && BT
    select CONSOLE_SHELL if BT_HCI && BT
    depends on BT_HCI && BT
    help
      Activate shell module that provides Bluetooth commands to the
      console.

(Definitions include propagated dependencies, including from if’s and menus.)