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

Commit bf592c7e authored by Nitin Arora's avatar Nitin Arora Committed by Android Git Automerger
Browse files

am 4f594e97: Bluetooth: Adds SMP response timer for security request

* commit '4f594e97':
  Bluetooth: Adds SMP response timer for security request
parents 026be07d 4f594e97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -338,6 +338,9 @@ void smp_proc_sec_req(tSMP_CB *p_cb, tSMP_INT_DATA *p_data)
            p_cb->peer_auth_req = auth_req;
            p_cb->loc_r_key = p_cb->loc_i_key = SMP_SEC_DEFAULT_KEY ;
            p_cb->cb_evt = SMP_SEC_REQUEST_EVT;
            btu_stop_timer (&p_cb->rsp_timer_ent);
            btu_start_timer (&p_cb->rsp_timer_ent, BTU_TTYPE_SMP_PAIRING_CMD,
                   SMP_WAIT_FOR_RSP_TOUT);
            break;

        case BTM_BLE_SEC_REQ_ACT_DISCARD: