bluetooth: tester: Use fixed value for BT_BUF_ACL_RX_SIZE
Default BT_BUF_ACL_RX_SIZE value varies based on selected host options. Many buffers size (L2CAP COC MPS in particular) depends on that value and those may affect qualification test cases steps. To make core tests more predictable just use fixed values big enough to comply with all configurations requirements. This was affecting L2CAP/COS/ECFC/BV-04-C. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This commit is contained in:
parent
bf46f73510
commit
aa861727e8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ CONFIG_BT_GATT_NOTIFY_MULTIPLE=y
|
|||
CONFIG_BT_ATT_RETRY_ON_SEC_ERR=n
|
||||
CONFIG_BT_GATT_DYNAMIC_DB=y
|
||||
CONFIG_BT_EXT_ADV=y
|
||||
CONFIG_BT_BUF_ACL_RX_SIZE=100
|
||||
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
CONFIG_BT_TESTING=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue