OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_MAX_SENSF_RES_LEN
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/include/
nci_defs.h
648
#define
NCI_MAX_SENSF_RES_LEN
18
661
UINT8 sensf_res[
NCI_MAX_SENSF_RES_LEN
]; /* SENSB_RES Response */
/external/libnfc-nci/src/nfc/include/
nfc_api.h
541
#define NFC_MAX_SENSF_RES_LEN
NCI_MAX_SENSF_RES_LEN
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
679
if (p_pf->sensf_res_len >
NCI_MAX_SENSF_RES_LEN
)
680
p_pf->sensf_res_len =
NCI_MAX_SENSF_RES_LEN
;
[
all
...]
Completed in 30 milliseconds