1# Copyright (c) 2024 Demant A/S
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Bluetooth: Broadcast Audio Assistant"
5
6config SELECT_SOURCE_NAME
7	string "Selected Broadcast Source name"
8	default ""
9	help
10	  Name of broadcast source device to select. This will be used as a
11	  substring matched against both BT device name and broadcast name.
12	  If empty, the first broadcast source found will be chosen.
13	  Matching is not case sensitive.
14
15config SELECT_SINK_NAME
16	string "Selected Broadcast Sink name"
17	default ""
18	help
19	  Name of broadcast sink device to select. This will be used as a
20	  substring matched against the BT device name.
21	  If empty, the first broadcast sink found will be chosen.
22	  Matching is not case sensitive.
23
24source "Kconfig.zephyr"
25