:orphan: .. title:: CONFIG_BT_MCS_ICON_BITMAP_SIZE .. kconfig:: CONFIG_BT_MCS_ICON_BITMAP_SIZE CONFIG_BT_MCS_ICON_BITMAP_SIZE ############################## *Media player Icon bitmap object size* Type: ``int`` Help ==== .. code-block:: none This option sets the maximum size (in octets) of the icon object. Direct dependencies =================== (\ :kconfig:`BT_MCS ` || \ :kconfig:`BT_MCC `) && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 127 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:165`` 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_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.)*