Update peripheral_hr sample to support using extended advertising and hence be long range compatible on SoCs that support Bluetooth Low Energy Coded PHY. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
CONFIG_BT_EXT_ADV=y
|
|
|
|
# Increase Advertising Data Length, as Complete Local Name too needs to be
|
|
# 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_ADV_DATA_LEN_MAX=36
|