# Copyright (c) 2025 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

config BT_AICS_CLIENT
	bool
	default y

config BT_AICS_CLIENT_MAX_INSTANCE_COUNT
	int
	default 1

config BT_ATT_PREPARE_COUNT
	int
	default 1

config BT_AUDIO
	bool
	default y

config BT_BAP_BASS_MAX_SUBGROUPS
	int
	default 2

config BT_BAP_BROADCAST_ASSISTANT
	bool
	default y

config BT_BAP_SCAN_DELEGATOR
	bool
	default y

config BT_BONDABLE
	bool
	default y

config BT_BUF_ACL_RX_SIZE
	int
	default 69

config BT_BUF_ACL_TX_COUNT
	int
	default 5

config BT_BUF_EVT_RX_COUNT
	int
	default 10

config BT_CSIP_SET_COORDINATOR
	bool
	default y

config BT_CSIP_SET_COORDINATOR_MAX_CSIS_INSTANCES
	int
	default 1

config BT_CONN
	bool
	default y

config BT_MAX_PAIRED
	int
	default 1

config BT_MICP_MIC_CTLR
	bool
	default y

config BT_MICP_MIC_CTLR_AICS
	bool
	default y

config BT_MICP_MIC_CTLR_MAX_AICS_INST
	int
	default 1

config BT_GATT_DYNAMIC_DB
	bool
	default y

config BT_ISO_PERIPHERAL
	bool
	default y

config BT_ISO_MAX_CHAN
	int
	default 10

config BT_L2CAP_TX_MTU
	int
	default 65

config BT_LOG
	bool
	default y

config BT_MAX_CONN
	int
	default 2

config BT_PERIPHERAL
	bool
	default y

config BT_VCP_VOL_CTLR
	bool
	default y

config BT_VCP_VOL_CTLR_MAX_VOCS_INST
	int
	default 1

config BT_VCP_VOL_CTLR_MAX_AICS_INST
	int
	default 1

config BT_VOCS_CLIENT
	bool
	default y

config BT_VOCS_CLIENT_MAX_INSTANCE_COUNT
	int
	default 1

config BT_SMP
	bool
	default y

# Include Zephyr's Kconfig.
source "Kconfig"
source "subsys/bluetooth/audio/Kconfig"
source "subsys/bluetooth/Kconfig.logging"
