Connection params tweaks.

This commit is contained in:
Pete Johanson 2020-07-19 22:20:42 -04:00
parent 1951883def
commit 879fd5b8e7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static bool eir_found(struct bt_data *data, void *user_data)
LOG_DBG("Found existing connection");
split_central_process_connection(default_conn);
} else {
param = BT_LE_CONN_PARAM_DEFAULT;
param = BT_LE_CONN_PARAM(0x0005, 0x000a, 5, 400);
err = bt_conn_le_create(addr, BT_CONN_LE_CREATE_CONN,
param, &default_conn);
if (err) {