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.cc1254 if (((p_t4t->cc_file.ndef_fc.read_access > T4T_FC_READ_ACCESS) && in rw_t4t_validate_cc_file()
1255 (p_t4t->cc_file.ndef_fc.read_access < T4T_FC_READ_ACCESS_PROP_START)) || in rw_t4t_validate_cc_file()
1256 (p_t4t->cc_file.ndef_fc.read_access == T4T_FC_NO_READ_ACCESS)) { in rw_t4t_validate_cc_file()
1258 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_validate_cc_file()
1612 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1631 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
1686 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1695 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