15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Bluetooth: Central Multilink"
|
|
|
|
config SAMPLE_CONN_ITERATIONS
|
|
int "Connection iterations"
|
|
range 0 255
|
|
default 0
|
|
help
|
|
Expected number of times connect and disconnect from
|
|
central_multilink sample.
|
|
|
|
source "Kconfig.zephyr"
|