Skip to content

Commit 18fd49e

Browse files
alwa-nordicsjanc
authored andcommitted
Bluetooth: Tester: Increase config values to make tests pass
Without this PTS tests do not pass. These values are copied from a commit aimed at unifying the prj.conf files in this directory. I do not know which of these are strictly necessary to make the tests pass. Copying them all poses no harm since the unification will be done later anyway. Co-authored-by: Szymon Janc <[email protected]> Signed-off-by: Aleksander Wasaznik <[email protected]>
1 parent 5a8daff commit 18fd49e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/bluetooth/tester/prj.conf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CONFIG_BT_BONDABLE=y
1616
CONFIG_BT_ATT_PREPARE_COUNT=12
1717
CONFIG_BT_GATT_CLIENT=y
1818
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
19+
CONFIG_BT_L2CAP_TX_MTU=255
1920
CONFIG_BT_L2CAP_SEG_RECV=y
2021
CONFIG_BT_L2CAP_RECONFIGURE_EXPLICIT=y
2122
CONFIG_BT_DEVICE_NAME="Tester"
@@ -29,8 +30,8 @@ CONFIG_BT_L2CAP_ECRED=y
2930
CONFIG_BT_EATT_MAX=5
3031
CONFIG_BT_FILTER_ACCEPT_LIST=y
3132
CONFIG_BT_EATT_AUTO_CONNECT=n
32-
CONFIG_BT_MAX_CONN=2
33-
CONFIG_BT_MAX_PAIRED=2
33+
CONFIG_BT_MAX_CONN=3
34+
CONFIG_BT_MAX_PAIRED=3
3435
CONFIG_BT_GATT_NOTIFY_MULTIPLE=y
3536
CONFIG_BT_ATT_RETRY_ON_SEC_ERR=n
3637
CONFIG_BT_GATT_DYNAMIC_DB=y
@@ -57,3 +58,9 @@ CONFIG_BT_DIS_SERIAL_NUMBER=y
5758
CONFIG_BT_DIS_FW_REV=y
5859
CONFIG_BT_DIS_HW_REV=y
5960
CONFIG_BT_DIS_SW_REV=y
61+
62+
CONFIG_BT_BUF_EVT_RX_COUNT=16
63+
CONFIG_BT_BUF_EVT_RX_SIZE=255
64+
CONFIG_BT_BUF_CMD_TX_SIZE=255
65+
CONFIG_BT_BUF_ACL_TX_SIZE=251
66+
CONFIG_BT_BUF_ACL_RX_SIZE=255

0 commit comments

Comments
 (0)