CONFIG_BT_MESH_SHELL
Enable Bluetooth mesh shell
Type: bool
Help
Activate shell module that provides Bluetooth mesh commands to
the console.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:738
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support [EXPERIMENTAL]
config BT_MESH_SHELL
bool "Enable Bluetooth mesh shell"
select SHELL
depends on 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.)