CONFIG_BT_MCS_MAX_OBJ_SIZE
Total memory size to use for storing the content of objects
Type: int
Help
Sets the total memory size (in octets) to use for storing the content of objects.
This is used for the total memory pool buffer size from which memory
is allocated when sending object content.
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:189
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_MAX_OBJ_SIZE
int "Total memory size to use for storing the content of objects"
range 0 65536
default 127
depends on (BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT
help
Sets the total memory size (in octets) to use for storing the content of objects.
This is used for the total memory pool buffer size from which memory
is allocated when sending object content.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)