Searched refs:host_id (Results 1 – 5 of 5) sorted by relevance
713 bool nfa_hciu_is_active_host(uint8_t host_id) { in nfa_hciu_is_active_host() argument716 if ((host_id == NFA_HCI_HOST_ID_UICC0) || in nfa_hciu_is_active_host()717 (host_id >= NFA_HCI_HOST_ID_FIRST_DYNAMICALLY_ALLOCATED)) { in nfa_hciu_is_active_host()719 if (nfa_hci_cb.active_host[xx] == host_id) return true; in nfa_hciu_is_active_host()736 bool nfa_hciu_is_host_reseting(uint8_t host_id) { in nfa_hciu_is_host_reseting() argument739 if ((host_id == NFA_HCI_HOST_ID_UICC0) || in nfa_hciu_is_host_reseting()740 (host_id >= NFA_HCI_HOST_ID_FIRST_DYNAMICALLY_ALLOCATED)) { in nfa_hciu_is_host_reseting()742 if (nfa_hci_cb.reset_host[xx] == host_id) return true; in nfa_hciu_is_host_reseting()
1346 uint8_t host_id = 0; in nfa_hci_handle_admin_gate_rsp() local1402 host_id = (uint8_t)*p_data++; in nfa_hci_handle_admin_gate_rsp()1404 if ((host_id == NFA_HCI_HOST_ID_UICC0) || in nfa_hci_handle_admin_gate_rsp()1405 (host_id >= NFA_HCI_HOST_ID_FIRST_DYNAMICALLY_ALLOCATED)) { in nfa_hci_handle_admin_gate_rsp()1406 nfa_hci_cb.active_host[host_index] = host_id; in nfa_hci_handle_admin_gate_rsp()1409 if (nfa_hci_cb.reset_host[index] == host_id) { in nfa_hci_handle_admin_gate_rsp()1538 host_id = (uint8_t)*p_data++; in nfa_hci_handle_admin_gate_rsp()1540 if ((host_id == NFA_HCI_HOST_ID_UICC0) || in nfa_hci_handle_admin_gate_rsp()1541 (host_id >= NFA_HCI_HOST_ID_FIRST_DYNAMICALLY_ALLOCATED)) { in nfa_hci_handle_admin_gate_rsp()1542 nfa_hci_cb.active_host[host_index] = host_id; in nfa_hci_handle_admin_gate_rsp()[all …]
482 extern bool nfa_hciu_is_active_host(uint8_t host_id);483 extern bool nfa_hciu_is_host_reseting(uint8_t host_id);
361 tNFA_DM_DISC_HOST_ID host_id; /* DH or UICC1/UICC2 */ member671 tNFA_DM_DISC_HOST_ID host_id,
974 if (nfa_dm_cb.disc_cb.entry[xx].host_id == in nfa_dm_start_rf_discover()1018 if (nfa_dm_cb.disc_cb.entry[xx].host_id == in nfa_dm_start_rf_discover()1307 (nfa_dm_cb.disc_cb.entry[xx].host_id != NFA_DM_DISC_HOST_ID_DH)) { in nfa_dm_disc_notify_activation()1354 if (nfa_dm_cb.disc_cb.entry[xx].host_id == host_id_in_LRT) { in nfa_dm_disc_notify_activation()2726 tNFA_DM_DISC_HOST_ID host_id, in nfa_dm_add_rf_discover() argument2736 nfa_dm_cb.disc_cb.entry[xx].host_id = host_id; in nfa_dm_add_rf_discover()2801 nfa_dm_cb.disc_cb.excl_disc_entry.host_id = NFA_DM_DISC_HOST_ID_DH; in nfa_dm_start_excl_discovery()