Home
last modified time | relevance | path

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

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