Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t4t.cc981 if ((p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) && in rw_t4t_validate_cc_file()
982 (p_t4t->cc_file.ndef_fc.write_access < T4T_FC_WRITE_ACCESS_PROP_START)) { in rw_t4t_validate_cc_file()
984 p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_validate_cc_file()
1327 BE_STREAM_TO_UINT8(p_t4t->cc_file.ndef_fc.write_access, p); in rw_t4t_sm_detect_ndef()
1348 " WriteAccess: 0x%02X", p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_sm_detect_ndef()
1388 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) { in rw_t4t_sm_detect_ndef()
1427 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) { in rw_t4t_sm_detect_ndef()
1672 p_t4t->cc_file.ndef_fc.write_access = T4T_FC_NO_WRITE_ACCESS; in rw_t4t_sm_set_readonly()
/system/nfc/src/nfc/include/
Drw_int.h550 uint8_t write_access; /* write access condition */ member