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

  /external/libnfc-nci/src/hal/include/
nci_defs.h 92 #define NCI_OID_MASK 0x3F
129 oid = (*(p) & NCI_OID_MASK); (p)++;
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 482 old_oid = ((*p_old) & NCI_OID_MASK);
    [all...]
nfc_hal_nci.c 82 *(p) &= NCI_OID_MASK;
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 386 oid = ((*pp) & NCI_OID_MASK);
389 old_oid = ((*p_old) & NCI_OID_MASK);
    [all...]

Completed in 48 milliseconds