1CONFIG_BT_EXT_ADV=y
2
3# Enable Coded PHY support
4CONFIG_BT_CTLR_PHY_CODED=y
5
6# Disable auto PHY update, to switch to 2M PHY
7CONFIG_BT_AUTO_PHY_UPDATE=n
8
9# Increase Advertising Data Length, as Complete Local Name too needs to be
10# placed in the AUX_ADV_IND PDU compared to when it is placed in ADV_SCAN_IND
11# PDU in the case of legacy advertising.
12CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=36
13