7d7d1cbf53
Relax Tx ISO SDUs being dropped in unicast audio client and server samples when using the Zephyr Bluetooth Low Energy Controller, i.e. Tx ISO SDUs dropped due to delayed ISO data send calls in upper layer with respect to payload number in the current ISO radio events in the Controller. This option is disabled in the sample and users can use it when need be. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=1650
|
|
CONFIG_BT_CTLR_ISO_TX_BUFFERS=4
|
|
CONFIG_BT_CTLR_ISO_TX_BUFFER_SIZE=155
|
|
CONFIG_BT_CTLR_ISOAL_SOURCES=2
|
|
CONFIG_BT_CTLR_ISOAL_SINKS=1
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
|
|
|
|
# Use the below if the sample is sending stale packet sequence number
|
|
# CONFIG_BT_CTLR_ISOAL_SN_STRICT=n
|