:orphan: .. title:: CONFIG_BT_MCC_OTC_OBJ_BUF_SIZE .. kconfig:: CONFIG_BT_MCC_OTC_OBJ_BUF_SIZE CONFIG_BT_MCC_OTC_OBJ_BUF_SIZE ############################## *The size of the buffer used for OTC object in MCC* Type: ``int`` Help ==== .. code-block:: none Sets the size (in octets) of the buffer used for receiving the content of objects. Should be set large enough to fit any expected object. 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 ======= - 512 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:66`` 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_OTC_OBJ_BUF_SIZE int "The size of the buffer used for OTC object in MCC" range 1 65536 default 512 depends on BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT help Sets the size (in octets) of the buffer used for receiving the content of objects. Should be set large enough to fit any expected object. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*