Searched refs:T3T_MSG_NDEF_SC_RO (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c249 /* Reject UPDATE command if service code=T3T_MSG_NDEF_SC_RO */
250 if (service_code == T3T_MSG_NDEF_SC_RO)
445 if ((service_code == T3T_MSG_NDEF_SC_RO) || (service_code == T3T_MSG_NDEF_SC_RW))
H A Drw_t3t.c908 /* Service code (little-endian format) . If NDEF is read-only, then use T3T_MSG_NDEF_SC_RO, otherwise use T3T_MSG_NDEF_SC_RW */
911 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO);
1138 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO); /* Service code (little-endian format) */
1697 UINT16_TO_STREAM (p, T3T_MSG_NDEF_SC_RO); /* Service code (little-endian format) */
/external/libnfc-nci/src/nfc/include/
H A Dtags_defs.h263 #define T3T_MSG_NDEF_SC_RO 0x000B /* Service code: read-only NDEF */ macro

Completed in 63 milliseconds