18 lines
525 B
Plaintext
18 lines
525 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_OBSERVER=y
|
|
|
|
# Enable Extended Scanning
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_EXT_SCAN_BUF_SIZE=1650
|
|
|
|
# Zephyr Bluetooth LE Controller needs 16 event buffers to generate Extended
|
|
# Advertising Report for receiving the complete 1650 bytes of data
|
|
CONFIG_BT_BUF_EVT_RX_COUNT=16
|
|
|
|
# Set maximum scan data length for Extended Scanning in Bluetooth LE Controller
|
|
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=1650
|
|
|
|
# Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain
|
|
# of PDUs
|
|
CONFIG_BT_CTLR_RX_BUFFERS=9
|