summaryrefslogtreecommitdiff
path: root/app/src/split/bluetooth
diff options
context:
space:
mode:
authorNick <nick.win999@gmail.com>2020-08-02 15:51:38 -0500
committerNick <nick.win999@gmail.com>2020-08-02 15:51:38 -0500
commitf23ca9d7ee7481ebdbbed3234e902e5b7753ae41 (patch)
treeb3f7088ace81c04d515c841aa8ab242e6641ac12 /app/src/split/bluetooth
parent880c6e0601b6313e26bc73e913843805666f4cf3 (diff)
Add two solutions to param updates
Diffstat (limited to 'app/src/split/bluetooth')
-rw-r--r--app/src/split/bluetooth/central.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/split/bluetooth/central.c b/app/src/split/bluetooth/central.c
index 905cbd7..237096f 100644
--- a/app/src/split/bluetooth/central.c
+++ b/app/src/split/bluetooth/central.c
@@ -67,13 +67,6 @@ static u8_t split_central_notify_func(struct bt_conn *conn,
}
}
- bt_conn_le_param_update(conn, BT_LE_CONN_PARAM(0x0006, 0x0006, 30, 400));
-
- struct bt_conn_info info;
-
- bt_conn_get_info(conn, &info);
-
- LOG_DBG("Interval: %d, Latency: %d, PHY: %d", info.le.interval, info.le.latency, info.le.phy->rx_phy);
return BT_GATT_ITER_CONTINUE;
}