Skip to content

Commit 1ab799f

Browse files
PavelVPVcfriedt
authored andcommitted
tests: bsim: bluetooth: mesh: Fix pb_cancel test
Enable retransmissions of Generic Provisioning PDUs. This should fix pb_cancel test where provisionee fails to receive Link Open PDU due to parallel PB-GATT advertisement, but since Link Open PDU is not retransmitted, test fails. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent f60f04d commit 1ab799f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/bsim/bluetooth/mesh/overlay_gatt.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ CONFIG_BT_MESH_PROXY_CLIENT=y
88
CONFIG_BT_MESH_PROXY_SOLICITATION=y
99

1010
CONFIG_BT_BUF_CMD_TX_COUNT=3
11+
12+
# Increase number of retransmissions for PB-ADV when running tests with PB-GATT. This is to avoid
13+
# test failures due to pb-adv packets loss by provisionee which runs PB-GATT in parallel with
14+
# PB-ADV.
15+
CONFIG_BT_MESH_PB_ADV_TRANS_PDU_RETRANSMIT_COUNT=2

0 commit comments

Comments
 (0)