:orphan: .. title:: CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX .. kconfig:: CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX ################################ *Maximum Extended Scanning Data Length* Type: ``int`` Help ==== .. code-block:: none Maximum Extended Scanning Data Length. Direct dependencies =================== \ :kconfig:`BT_OBSERVER ` && \ :kconfig:`BT_CTLR_ADV_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/bluetooth/controller/Kconfig:511`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Advertising Extensions [EXPERIMENTAL] .. code-block:: kconfig config BT_CTLR_SCAN_DATA_LEN_MAX int "Maximum Extended Scanning Data Length" range 31 1650 depends on BT_OBSERVER && BT_CTLR_ADV_EXT && BT_CTLR && BT_HCI && BT help Maximum Extended Scanning Data Length. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*