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>
12 lines
175 B
Plaintext
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
|