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

Enable Bluetooth Mesh shell

Type: bool

Help

Activate shell module that provides Bluetooth Mesh commands to the console.

Direct dependencies

BT_MESH_CFG_CLI && BT_MESH_HEALTH_CLI && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/bluetooth/mesh/Kconfig:484

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:6subsys/bluetooth/Kconfig:229

Menu path: (Top) → Bluetooth → Bluetooth Mesh support → Support for Health Client Model

config BT_MESH_SHELL
    bool "Enable Bluetooth Mesh shell"
    select SHELL
    depends on BT_MESH_CFG_CLI && BT_MESH_HEALTH_CLI && BT_MESH && BT
    help
      Activate shell module that provides Bluetooth Mesh commands to
      the console.

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