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

  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal.h 49 #define NCI_MT_MASK 0xE0
phNxpNciHal.cc     [all...]
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 123 uint8_t mt = (*(p)&NCI_MT_MASK) >> NCI_MT_SHIFT;
  /system/nfc/src/include/
nci_defs.h 55 #define NCI_MT_MASK 0xE0
104 mt = (*(p)&NCI_MT_MASK) >> NCI_MT_SHIFT; \

Completed in 81 milliseconds