:orphan: .. title:: CONFIG_BT_EXT_SCAN_BUF_SIZE .. kconfig:: CONFIG_BT_EXT_SCAN_BUF_SIZE CONFIG_BT_EXT_SCAN_BUF_SIZE ########################### *Maximum advertisement report size* Type: ``int`` Help ==== .. code-block:: none Maximum size of an advertisement report in octets. If the advertisement provided by the controller is larger than this buffer size, the remaining data will be discarded. Direct dependencies =================== \ :kconfig:`BT_EXT_ADV ` && \ :kconfig:`BT_OBSERVER ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 229 Kconfig definition ================== At ``/bluetooth/host/Kconfig:489`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:180`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_EXT_SCAN_BUF_SIZE int "Maximum advertisement report size" range 1 1650 default 229 depends on BT_EXT_ADV && BT_OBSERVER && BT_HCI_HOST && BT_HCI && BT help Maximum size of an advertisement report in octets. If the advertisement provided by the controller is larger than this buffer size, the remaining data will be discarded. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*