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 <Zephyr>/subsys/bluetooth/audio/Kconfig.mcs:85

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] → 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.)