CONFIG_BT_MCS_TRACK_TITLE_MAX

Max length of the title of a track

Type: int

Help

Sets the maximum number of bytes (including the null termination) of
the title of any track in the media player.

Direct dependencies

(BT_MCS || 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:141

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]

config BT_MCS_TRACK_TITLE_MAX
    int "Max length of the title of a track"
    range 1 255
    default 25
    depends on (BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT
    help
      Sets the maximum number of bytes (including the null termination) of
      the title of any track in the media player.

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