Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 926338e1 authored by Priti Aghera's avatar Priti Aghera Committed by Android Git Automerger
Browse files

am 3736ae65: Fixed SMP pairing failure due to race condition

* commit '3736ae65':
  Fixed SMP pairing failure due to race condition
parents 4cb7cdee 3736ae65
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -648,6 +648,7 @@ void smp_proc_discard(tSMP_CB *p_cb, tSMP_INT_DATA *p_data)
    UNUSED(p_data);

    SMP_TRACE_DEBUG ("smp_proc_discard ");
    if (!(p_cb->flags & SMP_PAIR_FLAGS_WE_STARTED_DD))
        smp_reset_control_value(p_cb);
}
/*******************************************************************************