Home
last modified time | relevance | path

Searched refs:simAuthResponse (Results 1 – 1 of 1) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
Dat_sim.c1191 HRilSimIOResponse simAuthResponse = { 0 }; in ReqSimAuthentication() local
1192 simAuthResponse.sw1 = (int32_t)0x90; in ReqSimAuthentication()
1193 simAuthResponse.sw2 = (int32_t)0x00; in ReqSimAuthentication()
1194 simAuthResponse.response = ("FFFFFFFFFFFFFF"); in ReqSimAuthentication()
1197 …OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&simAuthResponse, sizeof(HRilSimI… in ReqSimAuthentication()