Home | History | Annotate | Download | only in include

Lines Matching refs:ndef

54     RW_T1T_NDEF_DETECT_EVT,                     /* NDEF detection complete               */
55 RW_T1T_NDEF_READ_EVT, /* NDEF read completed */
56 RW_T1T_NDEF_WRITE_EVT, /* NDEF write complete */
68 RW_T2T_NDEF_DETECT_EVT, /* NDEF detection complete */
70 RW_T2T_NDEF_READ_EVT, /* NDEF read completed */
71 RW_T2T_NDEF_WRITE_EVT, /* NDEF write complete */
84 RW_T3T_NDEF_DETECT_EVT, /* NDEF detection complete */
94 RW_T4T_NDEF_DETECT_EVT = RW_T4T_FIRST_EVT, /* Result of NDEF detection procedure */
95 /* Mandatory NDEF file is selected */
108 RW_I93_NDEF_DETECT_EVT = RW_I93_FIRST_EVT, /* Result of NDEF detection procedure */
131 #define RW_NDEF_FL_FORMATED 0x02 /* Tag formated for NDEF */
132 #define RW_NDEF_FL_SUPPORTED 0x04 /* NDEF supported by the tag */
133 #define RW_NDEF_FL_UNKNOWN 0x08 /* Unable to find if tag is ndef capable/formated/read only */
151 UINT16 msg_len; /* Length of the NDEF message */
172 tNFC_STATUS status; /* status of NDEF detection */
173 tNFC_PROTOCOL protocol; /* protocol used to detect NDEF */
174 UINT32 max_size; /* max number of bytes available for NDEF data */
175 UINT32 cur_size; /* current size of stored NDEF data (in bytes) */
176 tRW_NDEF_FLAG flags; /* Flags to indicate NDEF capability,formated,formatable and read only */
181 tNFC_STATUS status; /* status of NDEF detection */
244 tRW_DETECT_NDEF_DATA ndef; /* The information of detected NDEF data */
373 ** Description This function can be called to detect if there is an NDEF
387 ** Description This function can be called to read the NDEF message on the tag.
389 ** Parameters: p_buffer: The buffer into which to read the NDEF message
401 ** Description This function can be called to write an NDEF message to the tag.
404 ** p_msg: The NDEF message to write
521 ** Description This function will find NDEF message if any in the Tag
532 ** Description This function can be called to read the NDEF message on the tag.
534 ** Parameters: p_buffer: The buffer into which to read the NDEF message
546 ** Description This function can be called to write an NDEF message to the tag.
549 ** p_msg: The NDEF message to write
608 ** This function is used to perform NDEF detection on a Type 3 tag, and
609 ** retrieve the tag's NDEF attribute information (block 0).
616 ** NFC_STATUS_OK: ndef detection procedure started
628 ** Format a type-3 tag for NDEF.
634 ** NFC_STATUS_OK: ndef detection procedure started
664 ** Retrieve NDEF contents from a Type3 tag.
667 ** segment of NDEF data received. The RW_T3T_CHECK_CPLT_EVT event is used to
671 ** verify that the tag contains NDEF data, and to retrieve the NDEF
691 ** Write NDEF contents to a Type3 tag.
697 ** verify that the tag contains NDEF data, and to retrieve the NDEF
719 ** Read (non-NDEF) contents from a Type3 tag.
722 ** segment of NDEF data received. The RW_READ_CPLT_EVT event is used to
742 ** Write (non-NDEF) contents to a Type3 tag.
821 ** - If felica-lite code then poll for ndef (12fc)
840 ** Description This function performs NDEF detection procedure
854 ** Description This function performs NDEF read procedure
858 ** RW_T4T_NDEF_READ_EVT for each segmented NDEF message
859 ** RW_T4T_NDEF_READ_CPLT_EVT for the last segment or complete NDEF
872 ** Description This function performs NDEF update procedure
908 ** Description This function performs NDEF read-only procedure
1175 ** Description This function performs NDEF detection procedure
1189 ** Description This function performs NDEF read procedure
1193 ** RW_I93_NDEF_READ_EVT for each segmented NDEF message
1194 ** RW_I93_NDEF_READ_CPLT_EVT for the last segment or complete NDEF
1207 ** Description This function performs NDEF update procedure
1239 ** Description This function performs NDEF read-only procedure