From db9f077fc0aec9296611a822088f91bcac8be94c Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 8 Oct 2025 10:41:06 +0200 Subject: [PATCH] Revert "Bluetooth: tester: Tune native_sim HCI configuration" Those are not applied properly as subsequent overlays may (and actually do!) overwrite some of configurations tuned in here. Also with latest improvements in userchannel HCI driver low buffers are handled in similar way as on real boards so no extra tuning is needed anyway. This reverts commit b6e7b650a2ca99dca6fa26e5ec4d9d6aefb9d784. Signed-off-by: Szymon Janc --- tests/bluetooth/tester/boards/native_sim.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/bluetooth/tester/boards/native_sim.conf b/tests/bluetooth/tester/boards/native_sim.conf index bbd5e556e72bd..9781be36b6917 100644 --- a/tests/bluetooth/tester/boards/native_sim.conf +++ b/tests/bluetooth/tester/boards/native_sim.conf @@ -1,9 +1,3 @@ CONFIG_UART_PIPE=n CONFIG_SERIAL=y CONFIG_UART_NATIVE_PTY=y - -CONFIG_BT_BUF_CMD_TX_COUNT=8 -CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=3 -CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255 -CONFIG_BT_BUF_ACL_TX_COUNT=6 -CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA=10