13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
CONFIG_BT_EXT_ADV=y
|
|
|
|
# Enable Coded PHY support
|
|
CONFIG_BT_CTLR_PHY_CODED=y
|
|
|
|
# Disable auto PHY update, to switch to 2M PHY
|
|
CONFIG_BT_AUTO_PHY_UPDATE=n
|
|
|
|
# Increase Scan Data Length, as Complete Local Name is placed in the
|
|
# AUX_ADV_IND PDU compared to when it is placed in ADV_SCAN_IND PDU in the case
|
|
# of legacy advertising.
|
|
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=36
|