Home
last modified time | relevance | path

Searched refs:RW_NDEF_FL_SUPPORTED (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Drw_api.h132 #define RW_NDEF_FL_SUPPORTED 0x04 /* NDEF supported by the tag */ macro
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h158 #define NFA_RW_NDEF_FL_SUPPORTED RW_NDEF_FL_SUPPORTED /* NDEF supported by the tag */
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c1356 evt_data.flags = (RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATED); in rw_t3t_act_handle_ndef_detect_rsp()
2513 *p_flag |= (RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATABLE); in rw_t3t_update_ndef_flag()
Drw_t4t.c799 rw_data.ndef.flags = RW_NDEF_FL_SUPPORTED | RW_NDEF_FL_FORMATED; in rw_t4t_sm_detect_ndef()
Drw_t1t_ndef.c1773 flags |= RW_NDEF_FL_SUPPORTED; in rw_t1t_get_ndef_flags()
Drw_t2t_ndef.c1462 flags |= RW_NDEF_FL_SUPPORTED; in rw_t2t_get_ndef_flags()
Drw_i93.c1904 rw_data.ndef.flags |= RW_NDEF_FL_SUPPORTED; in rw_i93_sm_detect_ndef()