zephyr/samples/bluetooth/bap_broadcast_assistant/Kconfig
Emil Gydesen 1bcc3d8efa samples: Bluetooth: Audio: Change names to <profile>_<role>
Modify the BAP and PBP samples to start with the profile name
(BAP or PBP) and the role of the sample.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-05-31 09:56:11 -05:00

24 lines
758 B
Text

# Copyright (c) 2024 Demant A/S
# SPDX-License-Identifier: Apache-2.0
mainmenu "Bluetooth: Broadcast Audio Assistant"
config SELECT_SOURCE_NAME
string "Selected Broadcast Source name"
default ""
help
Name of broadcast source device to select. This will be used as a
substring matched against both BT device name and broadcast name.
If empty, the first broadcast source found will be chosen.
Matching is not case sensitive.
config SELECT_SINK_NAME
string "Selected Broadcast Sink name"
default ""
help
Name of broadcast sink device to select. This will be used as a
substring matched against the BT device name.
If empty, the first broadcast sink found will be chosen.
Matching is not case sensitive.
source "Kconfig.zephyr"