Pass the correct cb arg during reconnection attempt

This commit is contained in:
Rahul Tank
2024-06-20 12:43:00 +05:30
parent 73112f9b40
commit 4486eee186
+1 -1
View File
@@ -1129,7 +1129,7 @@ ble_gap_master_connect_reattempt(uint16_t conn_handle)
ble_conn_reattempt.duration_ms,
&ble_conn_reattempt.conn_params,
ble_conn_reattempt.cb,
&conn);
ble_conn_reattempt.cb_arg);
if (rc != 0) {
return rc;
}