CONFIG_BT_MCS_TRACK_MAX_SIZE
Maximum size for a track object
Type: int
Help
This option sets the maximum size (in octets) of a track object.
Direct dependencies
(BT_MCS
|| BT_MCC
) && BT_AUDIO
&& BT_AUDIO
&& BT
(Includes any dependencies from ifs and menus.)
Default
127
Kconfig definition
At <Zephyr>/subsys/bluetooth/audio/Kconfig.mcs:177
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:200
→ <Zephyr>/subsys/bluetooth/audio/Kconfig:66
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL]
config BT_MCS_TRACK_MAX_SIZE
int "Maximum size for a track object"
default 127
depends on (BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT
help
This option sets the maximum size (in octets) of a track object.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)