Skip to content

Commit b9ec40e

Browse files
committed
tests: bsim: Bluetooth: Fail throughput test with increased Tx count
Make the throughput test to fail when increasing Tx buffers that will delay a LE Connection Ind PDU from being transmitted on air due to previously queued Data PDUs. Unlike legacy Zephyr Controller's double headed Tx queue linked list, the new split Zephyr Controller's new LLCP does not place a control PDU at the head of the queue causing control PDUs to be delayed on air. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
1 parent b8bfab0 commit b9ec40e

File tree

1 file changed

+2
-2
lines changed
  • tests/bsim/bluetooth/ll/throughput

1 file changed

+2
-2
lines changed

tests/bsim/bluetooth/ll/throughput/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ CONFIG_BT_BUF_CMD_TX_SIZE=255
2424

2525
# BT HCI Event Buffers
2626
# Greater than BT_BUF_ACL_TX_COUNT, to be able to receive Number of Completed Packets events
27-
CONFIG_BT_BUF_EVT_RX_COUNT=4
27+
CONFIG_BT_BUF_EVT_RX_COUNT=7
2828
CONFIG_BT_BUF_EVT_RX_SIZE=255
2929

3030
# BT HCI Discardable Event Buffers
3131
CONFIG_BT_BUF_EVT_DISCARDABLE_COUNT=3
3232
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
3333

3434
# BT HCI ACL TX Data Buffers
35-
CONFIG_BT_BUF_ACL_TX_COUNT=3
35+
CONFIG_BT_BUF_ACL_TX_COUNT=6
3636
CONFIG_BT_BUF_ACL_TX_SIZE=251
3737

3838
# BT HCI ACL RX Data Buffers

0 commit comments

Comments
 (0)