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

Commit 0c60743c authored by Matadeen Mishra's avatar Matadeen Mishra Committed by android-build-merger
Browse files

Handling Authentication Failure From the lower layer

am: f9dbfb6a

Change-Id: Ideef79c26b439c499883cf105adc906083a7fbd7
parents 1e1e757c f9dbfb6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4054,7 +4054,7 @@ void btm_sec_auth_complete (uint16_t handle, uint8_t status)
    if (btm_cb.api.p_auth_complete_callback)
    {
        /* report the suthentication status */
        if (old_state != BTM_PAIR_STATE_IDLE)
        if ((old_state != BTM_PAIR_STATE_IDLE) || (status != HCI_SUCCESS))
            (*btm_cb.api.p_auth_complete_callback) (p_dev_rec->bd_addr,
                                                    p_dev_rec->dev_class,
                                                    p_dev_rec->sec_bd_name, status);