Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_int.h364 tNFA_EE_INFO ee_info[NFA_HCI_MAX_HOST_IN_NETWORK]; /*NFCEE ID Info*/
369 uint8_t inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK];
371 uint8_t active_host[NFA_HCI_MAX_HOST_IN_NETWORK];
372 uint8_t reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting */
Dnfa_hci_api.h190 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
/system/nfc/src/include/
Dnfc_target.h520 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK
521 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc1287 while (host_index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_cmd()
1376 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()
1382 (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)) { in nfa_hci_handle_admin_gate_rsp()
1389 while (index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()
1498 if (data_len > NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()
1499 data_len = NFA_HCI_MAX_HOST_IN_NETWORK; in nfa_hci_handle_admin_gate_rsp()
1507 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()
1512 (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)) { in nfa_hci_handle_admin_gate_rsp()
1519 while (index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()
Dnfa_hci_utils.cc709 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_active_host()
732 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_host_reseting()
753 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_no_host_resetting()
Dnfa_hci_main.cc197 nfa_hci_cb.num_nfcee = NFA_HCI_MAX_HOST_IN_NETWORK; in nfa_hci_init()