Home
last modified time | relevance | path

Searched refs:tech_switch_on (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c134 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
535 tNFA_TECHNOLOGY_MASK old_tech_switch_on = p_cb->tech_switch_on; in nfa_ee_api_set_tech_cfg()
540 if ( (p_cb->tech_switch_on == p_data->set_tech.technologies_switch_on) in nfa_ee_api_set_tech_cfg()
550 p_cb->tech_switch_on = p_data->set_tech.technologies_switch_on; in nfa_ee_api_set_tech_cfg()
558 p_cb->tech_switch_on = old_tech_switch_on; in nfa_ee_api_set_tech_cfg()
566 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off) in nfa_ee_api_set_tech_cfg()
1473 if (p_cb->tech_switch_on | p_cb->tech_switch_off | p_cb->tech_battery_off | in nfa_ee_nci_mode_set_rsp()
1482 p_cb->tech_switch_on = p_cb->tech_switch_off = p_cb->tech_battery_off = 0; in nfa_ee_nci_mode_set_rsp()
1862 if (p_cb->tech_switch_on & tech_mask_list[xx]) in nfa_ee_get_tech_route()
1949 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx]) in nfa_ee_route_add_one_ecb()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h130 tNFA_TECHNOLOGY_MASK tech_switch_on; /* default routing - technologies switch_on */ member