Lines Matching full:for
14 * See the License for the specific language governing permissions and
22 * This is the private interface file for NFA_CE
65 /* data type for NFA_CE_API_CFG_LOCAL_TAG_EVT */
78 /* data type for NFA_CE_ACTIVATE_NTF_EVT */
85 /* data type for NFA_CE_API_REG_LISTEN_EVT */
93 /* For registering Felica */
97 /* For registering Type-4 */
98 UINT8 aid[NFC_MAX_AID_LEN]; /* AID to listen for (For type-4 only) */
101 /* For registering UICC */
106 /* data type for NFA_CE_API_DEREG_LISTEN_EVT */
128 #define NFA_CE_LISTEN_INFO_IDX_NDEF 0 /* Entry 0 is reserved for local NDEF tag */
132 /* Flags for listen request */
135 #define NFA_CE_LISTEN_INFO_T4T_ACTIVATE_PND 0x00000040 /* App has not been notified of ACTIVATE_EVT yet for this T4T AID */
136 #define NFA_CE_LISTEN_INFO_T4T_AID 0x00000080 /* This is a listen_info for T4T AID */
138 #define NFA_CE_LISTEN_INFO_FELICA 0x00000200 /* This is a listen_info for non-NDEF Felica */
139 #define NFA_CE_LISTEN_INFO_UICC 0x00000400 /* This is a listen_info for UICC */
142 /* Structure for listen look up table */
146 tNFA_CONN_CBACK *p_conn_cback; /* Callback for this listen request */
147 tNFA_PROTOCOL_MASK protocol_mask; /* Mask of protocols for this listen request */
150 /* For host tag emulation (NFA_CeRegisterVirtualT4tSE and NFA_CeRegisterT4tAidOnDH) */
155 /* For UICC */
164 /* Internal flags for nfa_ce */
172 UINT8 *p_scratch_buf; /* Scratch buffer for write requests */
181 UINT8 idx_cur_active; /* listen_info index for currently activated CE */
183 tNFA_DM_DISC_TECH_PROTO_MASK isodep_disc_mask; /* the technology/protocol mask for ISO-DEP */
194 /* type definition for action functions */