CONFIG_BT_MCC_TRACK_SEGS_MAX_CNT

Maximum number of tracks segments in a track segment object

Type: int

Help

Sets the maximum number of tracks segments in a track segment object.
If the received object is bigger, the remaining data in the object
will be ignored.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Default

  • 25

Kconfig definition

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

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_TRACK_SEGS_MAX_CNT
    int "Maximum number of tracks segments in a track segment object"
    range 0 500
    default 25
    depends on BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT
    help
      Sets the maximum number of tracks segments in a track segment object.
      If the received object is bigger, the remaining data in the object
      will be ignored.

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