Skip to content

Commit 58a3132

Browse files
muraliThokalanordicjm
authored andcommitted
samples: wifi: ble_coex: Fix Bluetooth LE connection failure
[SHEL-3526] Address Bluetooth LE connection failures caused by prolonged link blockage due to interference or priority conflicts during simultaneous Wi-Fi and Bluetooth LE traffic. Increasing the supervision timeout mitigates connection failures due to timeouts. Signed-off-by: Murali Thokala <[email protected]>
1 parent f9474f0 commit 58a3132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wifi/ble_coex/src/bt_throughput_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "bt_throughput_test.h"
2929

3030
#define CONN_LATENCY 0
31-
#define SUPERVISION_TIMEOUT 1000
31+
#define SUPERVISION_TIMEOUT MIN(CONFIG_BLE_TEST_DURATION, 32000)
3232

3333
#define DEVICE_NAME CONFIG_BT_DEVICE_NAME
3434
#define DEVICE_NAME_LEN (sizeof(DEVICE_NAME) - 1)

0 commit comments

Comments
 (0)