From 62809d758160baed837b6589ff8122cedc29951d Mon Sep 17 00:00:00 2001 From: Magdalena Kasenberg Date: Wed, 24 Jan 2024 14:51:35 +0100 Subject: [PATCH] bluetooth: tester: Enable BT_CTLR_ISOAL_PSN_IGNORE Temporarily ignore the Tx ISO Data Packet Sequence Number use as the tester app does not have yet a synchronization mechanism for the sequence number and it constantly fails to send ISO data on time. Signed-off-by: Magdalena Kasenberg --- tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf b/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf index 399262b47c9bec..b5b8a8971cebeb 100644 --- a/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf +++ b/tests/bluetooth/tester/nrf5340_hci_ipc_cpunet.conf @@ -3,3 +3,4 @@ CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y CONFIG_BT_CTLR_DATA_LENGTH_MAX=100 CONFIG_BT_BUF_ACL_RX_SIZE=100 CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y +CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y