Searched refs:active_host (Results 1 – 3 of 3) sorted by relevance
371 uint8_t active_host[NFA_HCI_MAX_HOST_IN_NETWORK]; member
1376 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()1387 nfa_hci_cb.active_host[host_index] = host_id; in nfa_hci_handle_admin_gate_rsp()1513 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()1523 nfa_hci_cb.active_host[host_index] = host_id; in nfa_hci_handle_admin_gate_rsp()
723 if (nfa_hci_cb.active_host[xx] == host_id) return true; in nfa_hciu_is_active_host()