Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_nfcee_int.h63 uint8_t read_access; member
/packages/modules/Nfc/libnfc-nci/src/nfc/tags/
Drw_t4t.cc1350 if (((p_t4t->cc_file.ndef_fc.read_access > T4T_FC_READ_ACCESS) && in rw_t4t_validate_cc_file()
1351 (p_t4t->cc_file.ndef_fc.read_access < T4T_FC_READ_ACCESS_PROP_START)) || in rw_t4t_validate_cc_file()
1352 (p_t4t->cc_file.ndef_fc.read_access == T4T_FC_NO_READ_ACCESS)) { in rw_t4t_validate_cc_file()
1354 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_validate_cc_file()
1710 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1729 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
1784 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1793 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
/packages/modules/Nfc/libnfc-nci/src/nfa/ndefnfcee/t4t/
Dnfa_nfcee_act.cc275 BE_STREAM_TO_UINT8(fileInfo.read_access, ccInfo); in nfa_t4tnfcee_store_cc_info()
597 return (ccFileInfo.find(nfa_t4tnfcee_cb.cur_fileId)->second.read_access == in isReadPermitted()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Drw_int.h568 uint8_t read_access; /* read access condition */ member