CONFIG_BT_CCID

(No prompt – not directly user assignable.)

Type: bool

Help

This hidden option is enabled when any of the content control
features are enabled.

Direct dependencies

BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig:21

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

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

config BT_CCID
    bool
    depends on BT_AUDIO && BT
    help
      This hidden option is enabled when any of the content control
      features are enabled.

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