#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#

mainmenu "Bluetooth: A2DP Source"

config BT_A2DP_SOURCE_DISCOVER_RESULT_COUNT
	int "Maximum result count per device discovery"
	default 10

config BT_A2DP_SOURCE_EPS_DISCOVER_COUNT
	int "Maximum result count per a2dp endpoint discovery"
	default 5

config BT_A2DP_SOURCE_SBC_BIT_RATE_DEFAULT
	int "default sbc bit rate"
	default 229

config BT_A2DP_SOURCE_DATA_SEND_INTERVAL
	int "data send interval (ms)"
	default 10

config BT_A2DP_SOURCE_DATA_BUF_SIZE
	int "data buffer size (bytes)"
	default 1000

config BT_A2DP_SOURCE_DATA_BUF_COUNT
	int "data buffer count"
	default 5

config BT_A2DP_SOURCE_DATA_SEND_WORKQ_STACK_SIZE
	int "the data sending work queue stack size"
	default 1024

config BT_A2DP_SOURCE_DATA_SEND_WORKQ_PRIORITY
	int "the data sending work queue priority"
	default SYSTEM_WORKQUEUE_PRIORITY

source "Kconfig.zephyr"
