CONFIG_BT_VOCS_MAX_OUTPUT_DESCRIPTION_SIZE
Volume Offset Control Service max output description size
Type: int
Help
This option sets the maximum output description size in octets.
Direct dependencies
BT_VOCS
&& BT_AUDIO
&& BT_AUDIO
&& BT
(Includes any dependencies from ifs and menus.)
Default
32
Kconfig definition
At <Subsystem>/bluetooth/audio/Kconfig.vocs:29
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:9
→ <Subsystem>/bluetooth/Kconfig:200
→ <Subsystem>/bluetooth/audio/Kconfig:29
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL]
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.)