OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_LAST_DYNAMIC_PIPE
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h
47
#define
NFA_HCI_LAST_DYNAMIC_PIPE
0x6F
/external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c
422
if ((pipe < NFA_HCI_FIRST_DYNAMIC_PIPE) || (pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
))
797
if ((pipe < NFA_HCI_FIRST_DYNAMIC_PIPE) || (pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
))
[
all
...]
nfa_hci_utils.c
462
if (pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
)
621
&&(pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
)
789
&&(pp->pipe_id <=
NFA_HCI_LAST_DYNAMIC_PIPE
)
823
if (pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
)
879
&&((pp->dest_host != host) || (pp->pipe_id >
NFA_HCI_LAST_DYNAMIC_PIPE
))) )
933
if (pipe >
NFA_HCI_LAST_DYNAMIC_PIPE
)
[
all
...]
nfa_hci_main.c
[
all
...]
Completed in 33 milliseconds