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

/external/libnfc-nci/src/include/
H A 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/
H A Dnfa_hci_api.c380 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
384 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK)
899 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
903 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK)
H A Dnfa_hci_utils.c744 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
767 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
790 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++)
H A Dnfa_hci_act.c1348 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) )
1433 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)
1446 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) )
1542 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)
1555 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) )
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h373 UINT8 inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Inactive host in the host network */
374 UINT8 reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting */
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp54 static UINT8 deviceHostWhiteList [NFA_HCI_MAX_HOST_IN_NETWORK];

Completed in 2814 milliseconds