Home
last modified time | relevance | path

Searched refs:T1T_NDEF_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h63 #define T1T_NDEF_SUPPORTED 0x10 /* HR0 value is 0x1y, indicates NDEF supported */ macro
/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c1772 if ((p_t1t->hr[0] & 0xF0) == T1T_NDEF_SUPPORTED) in rw_t1t_get_ndef_flags()
1811 if ( ((p_t1t->hr[0] & 0xF0) == T1T_NDEF_SUPPORTED) in rw_t1t_get_ndef_max_size()
2323 if ((p_t1t->hr[0] & 0xF0) != T1T_NDEF_SUPPORTED) in RW_T1tFormatNDef()
2420 &&(((p_t1t->hr[0]) & 0xF0) != T1T_NDEF_SUPPORTED) ) in RW_T1tLocateTlv()
2515 if (((p_t1t->hr[0]) & 0xF0) != T1T_NDEF_SUPPORTED) in RW_T1tReadNDef()
2612 if (((p_t1t->hr[0]) & 0xF0) != T1T_NDEF_SUPPORTED) in RW_T1tWriteNDef()