From d7b37d8cc8fb32a125a80c26bc792e1fcf536c3e Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 20 Oct 2021 10:21:58 +0200 Subject: [PATCH] tests: bluetooth: tester: Increase ATT prepare write buffers count GATT/SR/GAW/BV-10-C requires more buffers as it tests nested long writes. Signed-off-by: Szymon Janc --- tests/bluetooth/tester/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bluetooth/tester/prj.conf b/tests/bluetooth/tester/prj.conf index ae41dd8f9b2..76b2fb6cc64 100644 --- a/tests/bluetooth/tester/prj.conf +++ b/tests/bluetooth/tester/prj.conf @@ -12,7 +12,7 @@ CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y CONFIG_BT_SMP_APP_PAIRING_ACCEPT=y CONFIG_BT_SIGNING=y CONFIG_BT_BONDABLE=y -CONFIG_BT_ATT_PREPARE_COUNT=6 +CONFIG_BT_ATT_PREPARE_COUNT=8 CONFIG_BT_GATT_CLIENT=y CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y CONFIG_BT_DEVICE_NAME="Tester"