:orphan: .. title:: CONFIG_BT_MCS_ICON_URL .. kconfig:: CONFIG_BT_MCS_ICON_URL CONFIG_BT_MCS_ICON_URL ###################### *Media player Icon URL* Type: ``string`` Help ==== .. code-block:: none Use this option to set the URL of the Media Player Icon. Direct dependencies =================== \ :kconfig:`BT_MCS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "http://server.some.where/path/icon.png" Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:28`` 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] → Media Control Service Support .. code-block:: kconfig config BT_MCS_ICON_URL string "Media player Icon URL" default "http://server.some.where/path/icon.png" depends on BT_MCS && BT_AUDIO && BT_AUDIO && BT help Use this option to set the URL of the Media Player Icon. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*