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

  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 28 #define NCI_VERSION_2_0 0x20
  /system/nfc/src/include/
nfc_target.h 162 #define NCI_VERSION_2_0 0x20
164 #define NCI_VERSION NCI_VERSION_2_0
166 #define NCI_CORE_RESET_RSP_LEN(X) (((X) == NCI_VERSION_2_0) ? (0x01) : (0x03))
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 186 public static final int NCI_VERSION_2_0 = 0x20;
    [all...]

Completed in 284 milliseconds