CONFIG_BT_MCC_SHELL

Media Control Client Shell Support

Type: bool

Help

This option enables shell support for the Media Control Client.

Direct dependencies

BT_MCC && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig.mcs:105

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:200<Zephyr>/subsys/bluetooth/audio/Kconfig:66

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Media Control Client Support

config BT_MCC_SHELL
    bool "Media Control Client Shell Support"
    default y if BT_SHELL
    depends on BT_MCC && BT_AUDIO && BT_AUDIO && BT
    help
      This option enables shell support for the Media Control Client.

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