:orphan: .. title:: CONFIG_BT_CCID .. kconfig:: CONFIG_BT_CCID CONFIG_BT_CCID ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This hidden option is enabled when any of the content control features are enabled. Direct dependencies =================== \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_MCS ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig 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.)*