HomeSort by relevance Sort by last modified time
    Searched refs:RW_NDEF_FL_SUPPORTED (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfc/include/
rw_api.h 132 #define RW_NDEF_FL_SUPPORTED 0x04 /* NDEF supported by the tag */
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 160 #define NFA_RW_NDEF_FL_SUPPORTED RW_NDEF_FL_SUPPORTED /* NDEF supported by the tag */
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 997 //#define RW_NDEF_FL_SUPPORTED 0x04 /* NDEF supported by the tag */
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 507 &&(p_rw_data->ndef.flags & RW_NDEF_FL_FORMATABLE) && (!(p_rw_data->ndef.flags & RW_NDEF_FL_FORMATED)) && (p_rw_data->ndef.flags & RW_NDEF_FL_SUPPORTED) )
    [all...]

Completed in 335 milliseconds