Skip to content

Commit 9f160c4

Browse files
committed
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 <[email protected]>
1 parent 7eb74f3 commit 9f160c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/tester/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y
1212
CONFIG_BT_SMP_APP_PAIRING_ACCEPT=y
1313
CONFIG_BT_SIGNING=y
1414
CONFIG_BT_BONDABLE=y
15-
CONFIG_BT_ATT_PREPARE_COUNT=6
15+
CONFIG_BT_ATT_PREPARE_COUNT=8
1616
CONFIG_BT_GATT_CLIENT=y
1717
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
1818
CONFIG_BT_DEVICE_NAME="Tester"

0 commit comments

Comments
 (0)