Home | History | Annotate | Download | only in include

Lines Matching defs: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 */
158 UINT16 msg_len; /* Length of the NDEF message */
179 tNFC_STATUS status; /* status of NDEF detection */
180 tNFC_PROTOCOL protocol; /* protocol used to detect NDEF */
181 UINT32 max_size; /* max number of bytes available for NDEF data */
182 UINT32 cur_size; /* current size of stored NDEF data (in bytes) */
183 tRW_NDEF_FLAG flags; /* Flags to indicate NDEF capability,formated,formatable and read only */
188 tNFC_STATUS status; /* status of NDEF detection */
251 tRW_DETECT_NDEF_DATA ndef; /* The information of detected NDEF data */
380 ** Description This function can be called to detect if there is an NDEF
394 ** Description This function can be called to read the NDEF message on the tag.
396 ** Parameters: p_buffer: The buffer into which to read the NDEF message
408 ** Description This function can be called to write an NDEF message to the tag.
411 ** p_msg: The NDEF message to write
528 ** Description This function will find NDEF message if any in the Tag
539 ** Description This function can be called to read the NDEF message on the tag.
541 ** Parameters: p_buffer: The buffer into which to read the NDEF message
553 ** Description This function can be called to write an NDEF message to the tag.
556 ** p_msg: The NDEF message to write
615 ** This function is used to perform NDEF detection on a Type 3 tag, and
616 ** retrieve the tag's NDEF attribute information (block 0).
623 ** NFC_STATUS_OK: ndef detection procedure started
635 ** Format a type-3 tag for NDEF.
641 ** NFC_STATUS_OK: ndef detection procedure started
671 ** Retrieve NDEF contents from a Type3 tag.
674 ** segment of NDEF data received. The RW_T3T_CHECK_CPLT_EVT event is used to
678 ** verify that the tag contains NDEF data, and to retrieve the NDEF
698 ** Write NDEF contents to a Type3 tag.
704 ** verify that the tag contains NDEF data, and to retrieve the NDEF
726 ** Read (non-NDEF) contents from a Type3 tag.
729 ** segment of NDEF data received. The RW_READ_CPLT_EVT event is used to
749 ** Write (non-NDEF) contents to a Type3 tag.
828 ** - If felica-lite code then poll for ndef (12fc)
847 ** Description This function performs NDEF detection procedure
861 ** Description This function performs NDEF read procedure
865 ** RW_T4T_NDEF_READ_EVT for each segmented NDEF message
866 ** RW_T4T_NDEF_READ_CPLT_EVT for the last segment or complete NDEF
879 ** Description This function performs NDEF update procedure
916 ** Description This function performs NDEF read-only procedure
1183 NDEF detection procedure
1197 ** Description This function performs NDEF read procedure
1201 ** RW_I93_NDEF_READ_EVT for each segmented NDEF message
1202 ** RW_I93_NDEF_READ_CPLT_EVT for the last segment or complete NDEF
1215 ** Description This function performs NDEF update procedure
1247 ** Description This function performs NDEF read-only procedure