CONFIG_BT_MCS_TRACK_SEG_MAX_SIZE

Maximum size for a track segment object

Type: int

Help

This option sets the maximum size (in octets) of a track segment object.

Direct dependencies

(BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 127

Kconfig definition

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

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]

config BT_MCS_TRACK_SEG_MAX_SIZE
    int "Maximum size for a track segment 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 segment object.

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