:orphan: .. title:: CONFIG_BT_VOCS_MAX_OUTPUT_DESCRIPTION_SIZE .. kconfig:: CONFIG_BT_VOCS_MAX_OUTPUT_DESCRIPTION_SIZE CONFIG_BT_VOCS_MAX_OUTPUT_DESCRIPTION_SIZE ########################################## *Volume Offset Control Service max output description size* Type: ``int`` Help ==== .. code-block:: none This option sets the maximum output description size in octets. Direct dependencies =================== \ :kconfig:`BT_VOCS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.vocs:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:194`` → ``/bluetooth/audio/Kconfig:52`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [Experimental] .. code-block:: kconfig config BT_VOCS_MAX_OUTPUT_DESCRIPTION_SIZE int "Volume Offset Control Service max output description size" range 0 512 default 32 depends on BT_VOCS && BT_AUDIO && BT_AUDIO && BT help This option sets the maximum output description size in octets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*