zephyr/samples/bluetooth/central_multilink/prj.conf
Vinayak Kariappa Chettimada fd3655352c samples: Bluetooth: Multiple central connections to peripherals
Application demonstrating Bluetooth Low Energy Central role
functionality by scanning for other devices and establishing
connection to upto 62 peripherals with a strong enough
signal.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-07-21 08:37:07 -04:00

12 lines
175 B
Plaintext

CONFIG_BT=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_AUTO_PHY_UPDATE=n
CONFIG_BT_PRIVACY=y
CONFIG_BT_MAX_CONN=62
# CONFIG_BT_GATT_CLIENT=y
# CONFIG_BT_SMP=y
# CONFIG_BT_MAX_PAIRED=62