Home
last modified time | relevance | path

Searched refs:T4T_FC_WRITE_ACCESS (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/include/
Dtags_defs.h431 #define T4T_FC_WRITE_ACCESS 0x00 macro
/system/nfc/src/nfc/tags/
Drw_t4t.cc975 if ((p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) && in rw_t4t_validate_cc_file()
1380 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) { in rw_t4t_sm_detect_ndef()
1419 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) { in rw_t4t_sm_detect_ndef()
Dce_t4t.cc808 UINT8_TO_BE_STREAM(p, T4T_FC_WRITE_ACCESS); /* write access */ in CE_T4tSetLocalNDEFMsg()