2023-05-04 15:44:56 +03:00
|
|
|
# Bluetooth Audio - Telephony and Media Audio Profile (TMAP) options
|
|
|
|
#
|
|
|
|
# Copyright 2023 NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
config BT_TMAP
|
|
|
|
bool "Telephony and Media Audio Profile [EXPERIMENTAL]"
|
|
|
|
depends on BT_CAP_ACCEPTOR || BT_CAP_INITIATOR
|
|
|
|
select EXPERIMENTAL
|
|
|
|
help
|
|
|
|
Enabling this will enable TMAP.
|
|
|
|
|
2024-05-02 07:59:24 +02:00
|
|
|
parent-module = BT
|
2023-05-04 15:44:56 +03:00
|
|
|
module = BT_TMAP
|
|
|
|
module-str = "Telephony and Media Audio Profile"
|
2024-05-02 07:59:24 +02:00
|
|
|
source "subsys/logging/Kconfig.template.log_config_inherit"
|