-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bluetooth: audio: added support for 24kHz frequency to broadcast source
Added option to support 24kHz frequency for broadcast_sample_source Signed-off-by: Michele Imbriani <[email protected]>
- Loading branch information
1 parent
b1c207b
commit 4a5ca8f
Showing
2 changed files
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2023 Demant A/S | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
mainmenu "Bluetooth: Broadcast Audio Source" | ||
|
||
choice BAP_LC3_PRESET | ||
prompt "The BAP LC3 Preset to be used" | ||
default BAP_BROADCAST_16_2_1 | ||
|
||
config BAP_BROADCAST_16_2_1 | ||
bool "BAP_LC3_BROADCAST_PRESET_16_2_1 preset" | ||
help | ||
Using the BAP_LC3_BROADCAST_PRESET_16_2_1 preset. | ||
|
||
config BAP_BROADCAST_24_2_1 | ||
bool "BAP_LC3_BROADCAST_PRESET_24_2_1 preset" | ||
help | ||
Using the BAP_LC3_BROADCAST_PRESET_24_2_1 preset. | ||
|
||
endchoice | ||
|
||
source "Kconfig.zephyr" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters