Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dnfc_target.h524 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK
525 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06 macro
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_api.c380 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciCreatePipe()
384 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciCreatePipe()
899 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciAddStaticPipe()
903 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciAddStaticPipe()
Dnfa_hci_utils.c744 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_active_host()
767 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_host_reseting()
790 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_no_host_resetting()
Dnfa_hci_act.c1348 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) ) in nfa_hci_handle_admin_gate_cmd()
1433 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()
1446 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) ) in nfa_hci_handle_admin_gate_rsp()
1542 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()
1555 &&(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 …
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp57 static UINT8 deviceHostWhiteList [NFA_HCI_MAX_HOST_IN_NETWORK];