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

  /external/libnfc-nci/src/nfc/int/
nfc_int.h 85 #define NFC_FL_DEACTIVATING 0x0001 /* NFC_Deactivate () is called and the NCI cmd is not sent */
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 319 nfc_cb.flags &= ~NFC_FL_DEACTIVATING;
    [all...]
nfc_ncif.c 123 nfc_cb.flags &= ~NFC_FL_DEACTIVATING;
158 (nfc_cb.flags & NFC_FL_DEACTIVATING))
163 nfc_cb.flags &= ~NFC_FL_DEACTIVATING;
    [all...]

Completed in 81 milliseconds