Skip to content

Commit

Permalink
Update src/platform/silabs/efr32/BLEManagerImpl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored Jan 17, 2025
1 parent 651774a commit 8524bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/efr32/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ void BLEManagerImpl::HandleConnectParams(volatile sl_bt_msg_t * evt)

uint16_t desiredTimeout = con_param_evt->timeout < BLE_CONFIG_TIMEOUT ? BLE_CONFIG_TIMEOUT : con_param_evt->timeout;

// For beter stability, renegotiate the connection parameters if the received ones from the central are outside
// For better stability, renegotiate the connection parameters if the received ones from the central are outside
// of our defined constraints
if (desiredTimeout != con_param_evt->timeout || con_param_evt->interval < BLE_CONFIG_MIN_INTERVAL ||
con_param_evt->interval > BLE_CONFIG_MAX_INTERVAL)
Expand Down

0 comments on commit 8524bf2

Please sign in to comment.