Searched refs:nfcRfTechParams (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_nci_adapter_ntf.cpp | 485 tNFC_RF_TECH_PARAMS nfcRfTechParams = activated.activate_ntf.rf_tech_param; in GetUidFromData() local 486 uint8_t discType = nfcRfTechParams.mode; in GetUidFromData() 488 uint32_t nfcid1Len = nfcRfTechParams.param.pa.nfcid1_len; in GetUidFromData() 515 uint32_t length = nfcRfTechParams.param.pb.sensb_res_len; in GetTechPollForTypeB() 523 nfcRfTechParams.param.pb.sensb_res + SENSB_RES_POLL_POS, length); in GetTechPollForTypeB() 532 uint8_t discType = nfcRfTechParams.mode; in GetTechPollFromData() 536 nfcRfTechParams.param.pa.sens_res, SENS_RES_LENGTH); in GetTechPollFromData() 541 uint8_t *sensfRes = nfcRfTechParams.param.pf.sensf_res; in GetTechPollFromData() 567 tNFC_RF_TECH_PARAMS nfcRfTechParams, uint32_t tech) const in GetTechActForIsoDep() argument 571 uint8_t discType = nfcRfTechParams.mode; in GetTechActForIsoDep() [all …]
|
H A D | tag_nci_adapter.cpp | 1324 tNFC_RF_TECH_PARAMS nfcRfTechParams = activated.activate_ntf.rf_tech_param; in GetUidFromData() local 1325 uint8_t discType = nfcRfTechParams.mode; in GetUidFromData() 1327 uint32_t nfcid1Len = nfcRfTechParams.param.pa.nfcid1_len; in GetUidFromData() 1354 uint32_t length = nfcRfTechParams.param.pb.sensb_res_len; in GetTechPollForTypeB() 1362 nfcRfTechParams.param.pb.sensb_res + SENSB_RES_POLL_POS, length); in GetTechPollForTypeB() 1370 tNFC_RF_TECH_PARAMS nfcRfTechParams = activated.activate_ntf.rf_tech_param; in GetTechPollFromData() local 1371 uint8_t discType = nfcRfTechParams.mode; in GetTechPollFromData() 1375 nfcRfTechParams.param.pa.sens_res, SENS_RES_LENGTH); in GetTechPollFromData() 1377 techPoll = GetTechPollForTypeB(nfcRfTechParams, tagTechList_[i]); in GetTechPollFromData() 1380 uint8_t *sensfRes = nfcRfTechParams.param.pf.sensf_res; in GetTechPollFromData() [all …]
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | tag_nci_adapter_ntf.h | 96 std::string GetTechPollForTypeB(tNFC_RF_TECH_PARAMS nfcRfTechParams, uint32_t tech); 97 …std::string GetTechActForIsoDep(tNFA_ACTIVATED activated, tNFC_RF_TECH_PARAMS nfcRfTechParams, uin…
|
H A D | tag_nci_adapter.h | 139 std::string GetTechPollForTypeB(tNFC_RF_TECH_PARAMS nfcRfTechParams, uint32_t tech); 140 …std::string GetTechActForIsoDep(tNFA_ACTIVATED activated, tNFC_RF_TECH_PARAMS nfcRfTechParams, uin…
|