OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_CID_MASK
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/int/
nfc_int.h
95
#define NFC_CONN_ID_ID_MASK
NCI_CID_MASK
/external/libnfc-nci/src/hal/include/
nci_defs.h
136
#define
NCI_CID_MASK
0x0F
146
(pbf) = (*(p) & NCI_PBF_MASK) >> NCI_PBF_SHIFT; (cid) = (*(p) &
NCI_CID_MASK
); p++; p++; (len) = *(p)++;
Completed in 22 milliseconds