Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t4t.c1141 UINT8 read_access, in CE_T4TTestSetNDEFCtrlTLV() argument
1149 type, length, file_id, max_file_size, read_access, write_access); in CE_T4TTestSetNDEFCtrlTLV()
1182 if (read_access != 0xFF) in CE_T4TTestSetNDEFCtrlTLV()
1184 UINT8_TO_BE_STREAM (p, read_access); in CE_T4TTestSetNDEFCtrlTLV()
Drw_t4t.c1029 if (p_t4t->cc_file.ndef_fc.read_access != T4T_FC_READ_ACCESS) in rw_t4t_validate_cc_file()
1032 p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_validate_cc_file()
1457 BE_STREAM_TO_UINT8 (p_t4t->cc_file.ndef_fc.read_access, p); in rw_t4t_sm_detect_ndef()
1469 RW_TRACE_DEBUG1 (" ReadAccess: 0x%02X", p_t4t->cc_file.ndef_fc.read_access); in rw_t4t_sm_detect_ndef()
/external/libnfc-nci/src/nfc/include/
Dce_api.h227 UINT8 read_access,
/external/libnfc-nci/src/nfc/int/
Drw_int.h427 UINT8 read_access; /* read access condition */ member