zephyr/samples/bluetooth/iso_broadcast/Kconfig
Vinayak Kariappa Chettimada 6d5658684f samples: Bluetooth: Support interleaved packing in BIS samples
Add Kconfig options in Broadcast ISO related samples to
support enabling interleaved packing use in subevents.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2025-03-17 16:24:33 +01:00

19 lines
453 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
mainmenu "Bluetooth: ISO Broadcast"
config ISO_PACKING_INTERLEAVED
bool "Use interleaved packing"
help
Use interleaved packing between BIS ISO stream subevents.
config ISO_PRINT_INTERVAL
int "Interval between each packet report"
range 1 360000
default 1
help
Only print the packet report once in a given interval of ISO packets.
source "Kconfig.zephyr"