From 315ae48ceb50330ef794a53193e5346b7130e78c Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Sun, 30 Mar 2025 18:02:27 +0200 Subject: [PATCH] Bluetooth: Controller: Use LOW_LAT_ULL implementation for ISO support Use BT_CTLR_LOW_LAT_ULL implementation for enqueing ISO Rx. Signed-off-by: Vinayak Kariappa Chettimada --- samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf b/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf index 1b8d2197cc0..791eba3dbac 100644 --- a/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf +++ b/samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf @@ -75,6 +75,7 @@ CONFIG_BT_CTLR_ADV_DATA_BUF_MAX=6 # Increase the below to receive interleaved advertising chains CONFIG_BT_CTLR_SCAN_AUX_SET=3 +CONFIG_BT_CTLR_LOW_LAT_ULL=y # CONFIG_BT_CTLR_SCAN_AUX_USE_CHAINS=y # CONFIG_BT_CTLR_SCAN_AUX_CHAIN_COUNT=1