Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dtags_defs.h204 #define T2T_CC3_RWA_RW 0x00 /* RWA - Read/write allowed */ macro
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc218 if (((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) && in rw_t2t_handle_cc_read_rsp()
258 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] == T2T_CC3_RWA_RW) in rw_t2t_ntf_tlv_detect_complete()
763 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) || in rw_t2t_read_locks()
2526 UINT8_TO_BE_STREAM(p, T2T_CC3_RWA_RW); in rw_t2t_set_cc()
2956 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) { in RW_T2tWriteNDef()