OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_MAX_ATTRIB_LEN
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/hal/include/
nci_defs.h
726
#define
NCI_MAX_ATTRIB_LEN
(10 + NCI_MAX_GEN_BYTES_LEN)
731
UINT8 attrib_res[
NCI_MAX_ATTRIB_LEN
]; /* ATTRIB RES as defined in [DIGPROT] */
737
UINT8 attrib_req[
NCI_MAX_ATTRIB_LEN
]; /* ATTRIB REQ (Byte 2 - Byte 10+k) as defined in [DIGPROT] */
/external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c
311
max_len =
NCI_MAX_ATTRIB_LEN
;
/external/libnfc-nci/src/nfa/int/
nfa_dm_int.h
445
UINT8 lb_h_info[
NCI_MAX_ATTRIB_LEN
];
/external/libnfc-nci/src/nfc/include/
nfc_api.h
648
#define NFC_MAX_ATTRIB_LEN
NCI_MAX_ATTRIB_LEN
[
all
...]
Completed in 30 milliseconds