Searched refs:NCI_OID_MASK (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h92 #define NCI_OID_MASK 0x3F macro
129 oid = (*(p) & NCI_OID_MASK); (p)++;
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c483 old_oid = ((*p_old) & NCI_OID_MASK);
H A Dnfc_hal_nci.c82 *(p) &= NCI_OID_MASK;
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c387 oid = ((*pp) & NCI_OID_MASK);
390 old_oid = ((*p_old) & NCI_OID_MASK);

Completed in 53 milliseconds