1# Copyright (c) 2025 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Bluetooth: BAP Unicast Client"
5
6config INFO_REPORTING_INTERVAL
7	int "Number of SDUs received between each information report"
8	default 1000
9	help
10	  Determines how often information about received data is logged.
11	  Set to 0 to disable reporting.
12
13source "Kconfig.zephyr"
14