1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Bluetooth: Central Multilink"
5
6config SAMPLE_CONN_ITERATIONS
7	int "Connection iterations"
8	range 0 255
9	default 0
10	help
11	  Expected number of times connect and disconnect from
12	  central_multilink sample.
13
14source "Kconfig.zephyr"
15