Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from samples. It has been deprecated since this PR: https://github.com/zephyrproject-rtos/zephyr/pull/56183 The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the cases. Or it has been removed when not needed anymore. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_AUDIO=y
|
|
CONFIG_UTF8=y
|
|
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
|
|
CONFIG_BT_L2CAP_TX_BUF_COUNT=20
|
|
|
|
# TMAP support
|
|
CONFIG_BT_TMAP=y
|
|
|
|
# CAP
|
|
CONFIG_BT_CAP_ACCEPTOR=y
|
|
|
|
# BAP support
|
|
CONFIG_BT_BAP_UNICAST_SERVER=y
|
|
# Mandatory to support at least 1 for ASCS
|
|
CONFIG_BT_ATT_PREPARE_COUNT=1
|
|
|
|
# VCP support
|
|
CONFIG_BT_VCP_VOL_REND=y
|
|
|
|
# MCP support
|
|
CONFIG_BT_MCC=y
|
|
|
|
# Support an ISO channel per ASE
|
|
CONFIG_BT_ASCS_ASE_SNK_COUNT=1
|
|
CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
|
# Support an ISO channel per ASE
|
|
CONFIG_BT_ISO_MAX_CHAN=2
|
|
|
|
# Sink Contexts Supported: Unspecified, Conversational, Media
|
|
CONFIG_BT_PACS_SNK_CONTEXT=0x0007
|
|
# Source Contexts Supported: Unspecified, Conversational, Media
|
|
CONFIG_BT_PACS_SRC_CONTEXT=0x0007
|
|
|
|
# Sink PAC Location Support
|
|
CONFIG_BT_PAC_SNK_LOC=y
|
|
# Source PAC Location Support
|
|
CONFIG_BT_PAC_SRC_LOC=y
|
|
|
|
# CCP Client Support
|
|
CONFIG_BT_TBS_CLIENT=y
|
|
CONFIG_BT_TBS_CLIENT_GTBS=y
|
|
CONFIG_BT_TBS_CLIENT_MAX_TBS_INSTANCES=0
|
|
CONFIG_BT_TBS_CLIENT_ORIGINATE_CALL=y
|
|
CONFIG_BT_TBS_CLIENT_TERMINATE_CALL=y
|
|
CONFIG_BT_TBS_CLIENT_BEARER_URI_SCHEMES_SUPPORTED_LIST=y
|
|
|
|
# Generic config
|
|
CONFIG_BT_GATT_DYNAMIC_DB=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_DEVICE_NAME="TMAP Peripheral"
|