-
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_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
CONSOLE_SHELL
ifBT_MESH_CFG_CLI
&&BT_MESH_HEALTH_CLI
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/mesh/Kconfig:426
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:155
→ subsys/bluetooth/host/Kconfig:125
Menu path: (top menu) → Bluetooth → Bluetooth Mesh support
config BT_MESH_SHELL bool prompt "Enable Bluetooth Mesh shell" ifBT_MESH_CFG_CLI
&&BT_MESH_HEALTH_CLI
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
selectCONSOLE_SHELL
ifBT_MESH_CFG_CLI
&&BT_MESH_HEALTH_CLI
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_MESH_CFG_CLI
&&BT_MESH_HEALTH_CLI
&&BT_MESH
&&BT_HCI_HOST
&&BT_HCI
&&BT
help Activate shell module that provides Bluetooth Mesh commands to the console.
(Definitions include propagated dependencies, including from if’s and menus.)