:orphan: .. title:: CONFIG_BT_MCS_GROUP_TITLE_MAX .. kconfig:: CONFIG_BT_MCS_GROUP_TITLE_MAX CONFIG_BT_MCS_GROUP_TITLE_MAX ############################# *Max length of the title of a group of tracks* Type: ``int`` Help ==== .. code-block:: none Sets the maximum number of bytes (including the null termination) of the title of any track in the media player. Direct dependencies =================== (\ :kconfig:`BT_MCS ` || \ :kconfig:`BT_MCC `) && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_MCS_TRACK_TITLE_MAX ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:149`` 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] .. code-block:: kconfig config BT_MCS_GROUP_TITLE_MAX int "Max length of the title of a group of tracks" range 1 255 default BT_MCS_TRACK_TITLE_MAX 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.)*