This commit upgrades the LE audio API and implementation from experimental to unstable. LE Audio have existing for quite a few years in Zephyr and is not going anywhere, but at the same time it still has significant effort remaining before it can be considered stable. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
# Bluetooth Audio - Public Broadcast Profile (PBP) options
|
|
#
|
|
# Copyright 2023 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BT_PBP
|
|
bool "Public Broadcast Profile"
|
|
help
|
|
Enabling this will enable PBP.
|