CONFIG_BT_AICS_MAX_INPUT_DESCRIPTION_SIZE¶
Audio Input Control Service max input description size
Type: int
Help¶
This option sets the maximum input description size in octets.
Direct dependencies¶
BT_AICS
&& BT_AUDIO
&& BT_AUDIO
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
32
Kconfig definition¶
At subsys/bluetooth/audio/Kconfig.aics:29
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:9
→ subsys/bluetooth/Kconfig:194
→ subsys/bluetooth/audio/Kconfig:53
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [Experimental]
config BT_AICS_MAX_INPUT_DESCRIPTION_SIZE
int "Audio Input Control Service max input description size"
range 0 512
default 32
depends on BT_AICS && BT_AUDIO && BT_AUDIO && BT
help
This option sets the maximum input description size in octets.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)