fw/comm/ble/kernel_le_client/ppogatt: reduce max unackd resets to 5

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2025-08-13 17:26:20 +02:00 committed by Jinchang
parent 4051c5bb97
commit c54a6b16c6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
//! Number of maximum consecutive timeouts without getting a packet Ack'd
#define PPOGATT_TIMEOUT_COUNT_MAX (2)
//! Number of maximum consecutive resets without getting a packet Ack'd
#define PPOGATT_RESET_COUNT_MAX (10)
#define PPOGATT_RESET_COUNT_MAX (5)
//! Number of maximum consecutive disconnects without getting a packet Ack'd
#define PPOGATT_DISCONNECT_COUNT_MAX (2)
//! Maximum amount of time PPoGATT will wait before sending an Ack for received data