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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 193 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP;
370 if (nfc_cb.flags & NFC_FL_POWER_OFF_SLEEP)
372 nfc_cb.flags &= ~NFC_FL_POWER_OFF_SLEEP;
    [all...]
nfc_task.c 320 if (nfc_cb.flags & NFC_FL_POWER_OFF_SLEEP)
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 87 #define NFC_FL_POWER_OFF_SLEEP 0x0004 /* enterning power off sleep mode */

Completed in 96 milliseconds