CONFIG_BT_MCS_MEDIA_PLAYER_NAME_MAX

Max length of media player name

Type: int

Help

Sets the maximum number of bytes (including the null termination) of
the name of the media player.

Direct dependencies

(BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 20

Kconfig definition

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

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]

config BT_MCS_MEDIA_PLAYER_NAME_MAX
    int "Max length of media player name"
    range 1 255
    default 20
    depends on (BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT
    help
      Sets the maximum number of bytes (including the null termination) of
      the name of the media player.

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