1# Zephyr Bluetooth Controller
2CONFIG_BT_LL_SW_SPLIT=y
3
4# Zephyr Controller tested maximum advertising data that can be set in a single HCI command
5CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=191
6CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=191
7
8# Support the highest SDU size required by any BAP LC3 presets (155) + 8 bytes of HCI ISO Data
9# packet overhead (the Packet_Sequence_Number, ISO_SDU_Length, Packet_Status_Flag fields; and
10# the optional Time_Stamp field, if supplied)
11CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=163
12