CONFIG_BT_EXT_SCAN_BUF_SIZE
Maximum advertisement report size
Type: int
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.
Direct dependencies
BT_EXT_ADV
&& BT_OBSERVER
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default
229
Kconfig definition
At <Subsystem>/bluetooth/host/Kconfig:489
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:9
→ <Subsystem>/bluetooth/Kconfig:180
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
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.)