CONFIG_BT_MCS_ICON_BITMAP_SIZE

Media player Icon bitmap object size

Type: int

Help

This option sets the maximum size (in octets) of the icon object.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Default

  • 127

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig.mcs:165

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_ICON_BITMAP_SIZE
    int "Media player Icon bitmap object size"
    default 127
    depends on (BT_MCS || BT_MCC) && BT_AUDIO && BT_AUDIO && BT
    help
      This option sets the maximum size (in octets) of the icon object.

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