OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_SPD_HEADER_CHIPVER_LEN
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h
169
#define
NCI_SPD_HEADER_CHIPVER_LEN
16
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
625
UINT8 chipverstr[
NCI_SPD_HEADER_CHIPVER_LEN
];
718
memset (chipverstr, 0,
NCI_SPD_HEADER_CHIPVER_LEN
);
[
all
...]
nfc_hal_prm.c
109
UINT8 chipverstr[
NCI_SPD_HEADER_CHIPVER_LEN
];
152
STREAM_TO_ARRAY (chipverstr, p_src,
NCI_SPD_HEADER_CHIPVER_LEN
);
[
all
...]
Completed in 503 milliseconds