:orphan: .. title:: BT_CTLR_ADV_DATA_LEN_MAX .. option:: CONFIG_BT_CTLR_ADV_DATA_LEN_MAX *Maximum Advertising Data Length* Type: ``int`` Help ==== Maximum Extended Advertising Data Length. Direct dependencies =================== \ :option:`BT_CTLR_ADV_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:522`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. parsed-literal:: config BT_CTLR_ADV_DATA_LEN_MAX int "Maximum Advertising Data Length" range 31 1650 depends on \ :option:`BT_CTLR_ADV_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum Extended Advertising Data Length. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*