:orphan: .. title:: CONFIG_BT_MCC_OTS .. kconfig:: CONFIG_BT_MCC_OTS CONFIG_BT_MCC_OTS ################# *Media Control Client support for Object Transfer Service* Type: ``bool`` Help ==== .. code-block:: none Use this option to configure support in the Media Control Client for an included Object Transfer Service in the Media Control Service. Direct dependencies =================== \ :kconfig:`BT_OTC ` && \ :kconfig:`BT_MCC ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:35`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Media Control Client Support .. code-block:: kconfig config BT_MCC_OTS bool "Media Control Client support for Object Transfer Service" depends on BT_OTC && BT_MCC && BT_AUDIO && BT_AUDIO && BT help Use this option to configure support in the Media Control Client for an included Object Transfer Service in the Media Control Service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*