OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_MAX_HCI_RSP_LEN
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
70
#define
NFA_MAX_HCI_RSP_LEN
255 /* Max HCI event length */
176
UINT8 rsp_data[
NFA_MAX_HCI_RSP_LEN
]; /* Response received */
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
276
UINT8 data[
NFA_MAX_HCI_RSP_LEN
];
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
[
all
...]
nfa_hci_api.c
655
if ((data_size && (p_data == NULL)) || (data_size >
NFA_MAX_HCI_RSP_LEN
))
[
all
...]
Completed in 28 milliseconds