CONFIG_BT_CODEC_MAX_DATA_LEN

Codec Capabilities Data Length

Type: int

Help

This option defines the maximum value length of an LTV entry a codec
can store.

Direct dependencies

BT_AUDIO_UNICAST && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At <Subsystem>/bluetooth/audio/Kconfig.baps:52

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:200<Subsystem>/bluetooth/audio/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL]

config BT_CODEC_MAX_DATA_LEN
    int "Codec Capabilities Data Length"
    range 1 128
    default 4
    depends on BT_AUDIO_UNICAST && BT_AUDIO && BT
    help
      This option defines the maximum value length of an LTV entry a codec
      can store.

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