CONFIG_BT_MCC_OTC_OBJ_BUF_SIZE

The size of the buffer used for OTC object in MCC

Type: int

Help

Sets the size (in octets) of the buffer used for receiving the content
of objects.
Should be set large enough to fit any expected object.

Direct dependencies

BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <Subsystem>/bluetooth/audio/Kconfig.mcs:66

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:200<Subsystem>/bluetooth/audio/Kconfig:35

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Media Control Client Support → Media Control Client support for Object Transfer Service

config BT_MCC_OTC_OBJ_BUF_SIZE
    int "The size of the buffer used for OTC object in MCC"
    range 1 65536
    default 512
    depends on BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT
    help
      Sets the size (in octets) of the buffer used for receiving the content
      of objects.
      Should be set large enough to fit any expected object.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)