summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/ble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/ble.c b/app/src/ble.c
index 2afc983..3a7755f 100644
--- a/app/src/ble.c
+++ b/app/src/ble.c
@@ -40,7 +40,7 @@ static void connected(struct bt_conn *conn, u8_t err)
bt_conn_le_param_update(conn, BT_LE_CONN_PARAM(0x0006, 0x000c, 30, 400));
#if IS_ENABLED(CONFIG_ZMK_SPLIT_BLE_ROLE_PERIPHERAL)
- bt_conn_le_phy_update(default_conn, BT_CONN_LE_PHY_PARAM_2M);
+ bt_conn_le_phy_update(conn, BT_CONN_LE_PHY_PARAM_2M);
#endif
if (bt_conn_set_security(conn, BT_SECURITY_L2))