Skip to content

Commit 5dbc069

Browse files
sjanccarlescufi
authored andcommitted
bluetooth: tester: Bump supported GATT Prepare Writes to 12
This is required by GATT/SR/GAW/BV-14-C where PTS does a lot of small writes to characteristic of 512 bytes. Signed-off-by: Szymon Janc <[email protected]>
1 parent e3c5e9e commit 5dbc069

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
@@ -13,7 +13,7 @@ CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y
1313
CONFIG_BT_SMP_APP_PAIRING_ACCEPT=y
1414
CONFIG_BT_SIGNING=y
1515
CONFIG_BT_BONDABLE=y
16-
CONFIG_BT_ATT_PREPARE_COUNT=8
16+
CONFIG_BT_ATT_PREPARE_COUNT=12
1717
CONFIG_BT_GATT_CLIENT=y
1818
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
1919
CONFIG_BT_DEVICE_NAME="Tester"

0 commit comments

Comments
 (0)