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()1507 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()1517 nfa_hci_cb.active_host[host_index] = host_id; in nfa_hci_handle_admin_gate_rsp()
710 if (nfa_hci_cb.active_host[xx] == host_id) return true; in nfa_hciu_is_active_host()