Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t4t.cc1264 if (((p_t4t->cc_file.ndef_fc.read_access > T4T_FC_READ_ACCESS) && in rw_t4t_validate_cc_file()
1265 (p_t4t->cc_file.ndef_fc.read_access < T4T_FC_READ_ACCESS_PROP_START)) || in rw_t4t_validate_cc_file()
1266 (p_t4t->cc_file.ndef_fc.read_access == T4T_FC_NO_READ_ACCESS)) { in rw_t4t_validate_cc_file()
1268 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_validate_cc_file()
1624 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1647 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
1703 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1716 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
/system/nfc/src/nfc/include/
Drw_int.h568 uint8_t read_access; /* read access condition */ member