diff --git a/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf b/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf index 1ac367b6471d87..4549dc54d8aaeb 100644 --- a/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf +++ b/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf @@ -23,7 +23,7 @@ CONFIG_BT_CTLR_ISO_TX_BUFFERS=4 # Use Low Latency Connected ISO policy CONFIG_BT_CTLR_ADVANCED_FEATURES=y -CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y +CONFIG_BT_CTLR_CONN_ISO_RELIABILITY_POLICY=y # Use the below if the sample is sending stale packet sequence number # CONFIG_BT_CTLR_ISOAL_SN_STRICT=n diff --git a/samples/bluetooth/central_iso/src/main.c b/samples/bluetooth/central_iso/src/main.c index f694f79d4c87c3..088482e86ab50b 100644 --- a/samples/bluetooth/central_iso/src/main.c +++ b/samples/bluetooth/central_iso/src/main.c @@ -23,7 +23,7 @@ /* Currently only nRF5 hardware is supported by this sample. */ #include "bt_clock_hal_nrf5.h" -#define LATENCY_MS 10U /* 10.0 ms */ +#define LATENCY_MS 20U /* 20.0 ms, FT=2 with CIS reliability policy, otherwise w/o effect */ #define SDU_INTERVAL_US (10U * USEC_PER_MSEC) /* 10.0 ms */ #define NUM_RETRIES 1U /* SDU tx retries, influences ISO interval length */