Loading system/stack/smp/smp_act.c +3 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
system/stack/smp/smp_act.c +3 −0 Original line number Diff line number Diff line Loading @@ -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: Loading