Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
758 B

# 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"