Home
last modified time | relevance | path

Searched refs:NFA_HCI_MAX_HOST_IN_NETWORK (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/include/
Dnfc_target.h526 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK
527 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06 macro
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h113 …tNFA_HCI_PIPE_INFO uicc_created_pipe[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Pipe information of the UIC…
166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_api.c372 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciCreatePipe()
376 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciCreatePipe()
891 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciAddStaticPipe()
895 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciAddStaticPipe()
Dnfa_hci_utils.c712 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_active_host()
735 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_host_reseting()
758 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_no_host_resetting()
Dnfa_hci_act.c1297 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) ) in nfa_hci_handle_admin_gate_cmd()
1383 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()
1396 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) ) in nfa_hci_handle_admin_gate_rsp()
1492 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()
1505 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) ) in nfa_hci_handle_admin_gate_rsp()
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h373 …UINT8 inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Inactive host in th…
374 …UINT8 reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting …