Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h474 #define I93_INFO_FLAG_MEM_SIZE 0x04 /* VICC memory size field is present … macro
/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_act.c1296 … i93_params.i93.info_flags = (I93_INFO_FLAG_DSFID|I93_INFO_FLAG_MEM_SIZE|I93_INFO_FLAG_AFI); in nfa_rw_handle_i93_evt()
2722 tag_params.i93.info_flags = (I93_INFO_FLAG_DSFID|I93_INFO_FLAG_MEM_SIZE); in nfa_rw_activate_ntf()
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c227 if (p_i93->info_flags & I93_INFO_FLAG_MEM_SIZE) in rw_i93_process_sys_info()