:orphan: .. title:: CONFIG_BT_CODEC_MAX_METADATA_COUNT .. kconfig:: CONFIG_BT_CODEC_MAX_METADATA_COUNT CONFIG_BT_CODEC_MAX_METADATA_COUNT ################################## *Codec Metadata Count* Type: ``int`` Help ==== .. code-block:: none This option defines the maximum number of LTV entries a metadata can store. Direct dependencies =================== \ :kconfig:`BT_AUDIO_UNICAST ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig config BT_CODEC_MAX_METADATA_COUNT int "Codec Metadata Count" range 1 128 default 2 depends on BT_AUDIO_UNICAST && BT_AUDIO && BT help This option defines the maximum number of LTV entries a metadata can store. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*