:orphan: .. title:: CONFIG_BT_MCC_TRACK_SEGS_MAX_CNT .. kconfig:: CONFIG_BT_MCC_TRACK_SEGS_MAX_CNT CONFIG_BT_MCC_TRACK_SEGS_MAX_CNT ################################ *Maximum number of tracks segments in a track segment object* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_MCC_OTS ` && \ :kconfig:`BT_MCC ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 25 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/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 .. code-block:: kconfig 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.)*