1CONFIG_BT=y
2CONFIG_BT_BROADCASTER=y
3CONFIG_BT_EXT_ADV=y
4CONFIG_BT_EXT_ADV_MAX_ADV_SET=2
5CONFIG_BT_DEVICE_NAME="Broadcaster Multiple"
6
7CONFIG_LOG=y
8
9# Zephyr Bluetooth LE Controller will need to use chain PDUs when AD data
10# length > 191 bytes
11# - 31 bytes will use 22 bytes for the default name in this sample plus 9 bytes
12#   for manufacturer data
13# - 191 bytes will use 22 bytes for the default name in this sample plus 169
14#   bytes for manufacturer data
15# - 277 bytes will use 22 bytes for the default name in this sample plus 255
16#   bytes for manufacturer data
17# CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=192
18
19# Increase Advertising PDU buffers to number of advertising sets times the
20# number of chain PDUs per advertising set when using Zephyr Bluetooth LE
21# Controller
22# CONFIG_BT_CTLR_ADVANCED_FEATURES=y
23# CONFIG_BT_CTLR_ADV_DATA_BUF_MAX=2
24