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

Commit 8ad1463a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix pairing state change in collision scenario"

parents 18d791d8 0a415b8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3008,6 +3008,7 @@ static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec)
    if (p_lcb && (p_lcb->link_state == LST_CONNECTED || p_lcb->link_state == LST_CONNECTING))
    {
       BTM_TRACE_WARNING("%s Connection already exists", __func__);
       btm_sec_change_pairing_state(BTM_PAIR_STATE_WAIT_PIN_REQ);
       return BTM_CMD_STARTED;
    }