1CONFIG_BT=y 2CONFIG_BT_OBSERVER=y 3 4# Enable Extended Scanning 5CONFIG_BT_EXT_ADV=y 6CONFIG_BT_EXT_SCAN_BUF_SIZE=1650 7 8# Zephyr Bluetooth LE Controller needs 16 event buffers to generate Extended 9# Advertising Report for receiving the complete 1650 bytes of data 10CONFIG_BT_BUF_EVT_RX_COUNT=16 11 12# Set maximum scan data length for Extended Scanning in Bluetooth LE Controller 13CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=1650 14 15# Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain 16# of PDUs 17CONFIG_BT_CTLR_RX_BUFFERS=9 18