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 <Subsystem>/bluetooth/audio/Kconfig.mcs:105

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:200<Subsystem>/bluetooth/audio/Kconfig:35

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.)