:orphan: .. title:: CONFIG_BT_MCC_TOTAL_OBJ_CONTENT_MEM .. kconfig:: CONFIG_BT_MCC_TOTAL_OBJ_CONTENT_MEM CONFIG_BT_MCC_TOTAL_OBJ_CONTENT_MEM ################################### *Total memory size to use for storing the content of objects* Type: ``int`` Help ==== .. code-block:: none Sets the total memory size (in octets) to use for storing the content of objects. This is used for the total memory pool buffer size from which memory is allocated when reading object content. Direct dependencies =================== \ :kconfig:`BT_MCC_OTS ` && \ :kconfig:`BT_MCC ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:75`` 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 → Media Control Client support for Object Transfer Service .. code-block:: kconfig config BT_MCC_TOTAL_OBJ_CONTENT_MEM int "Total memory size to use for storing the content of objects" range 0 65536 default 1 depends on BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT help Sets the total memory size (in octets) to use for storing the content of objects. This is used for the total memory pool buffer size from which memory is allocated when reading object content. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*