OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_MAX_HCI_CMD_LEN
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
69
#define
NFA_MAX_HCI_CMD_LEN
255 /* Max HCI command length */
196
UINT8 cmd_data[
NFA_MAX_HCI_CMD_LEN
]; /* HCP CMD Parameter */
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
175
UINT8 data[
NFA_MAX_HCI_CMD_LEN
];
249
UINT8 data[
NFA_MAX_HCI_CMD_LEN
];
/external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c
541
if ((data_size == 0) || (p_data == NULL) || (data_size >
NFA_MAX_HCI_CMD_LEN
))
602
if ((cmd_size && (p_data == NULL)) || (cmd_size >
NFA_MAX_HCI_CMD_LEN
))
[
all
...]
nfa_hci_act.c
[
all
...]
Completed in 62 milliseconds