Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c153 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
592 tNFA_PROTOCOL_MASK old_proto_switch_off = p_cb->proto_switch_off; in nfa_ee_api_set_proto_cfg()
597 && (p_cb->proto_switch_off == p_data->set_proto.protocols_switch_off) in nfa_ee_api_set_proto_cfg()
607 p_cb->proto_switch_off = p_data->set_proto.protocols_switch_off; in nfa_ee_api_set_proto_cfg()
615 p_cb->proto_switch_off = old_proto_switch_off; in nfa_ee_api_set_proto_cfg()
622 if (p_cb->proto_switch_on | p_cb->proto_switch_off | p_cb->proto_battery_off) in nfa_ee_api_set_proto_cfg()
1474 p_cb->proto_switch_on| p_cb->proto_switch_off| p_cb->proto_battery_off | in nfa_ee_nci_mode_set_rsp()
1483 p_cb->proto_switch_on = p_cb->proto_switch_off= p_cb->proto_battery_off = 0; in nfa_ee_nci_mode_set_rsp()
1974 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_route_add_one_ecb()
2337 p_cb->proto_switch_on| p_cb->proto_switch_off| p_cb->proto_battery_off | in nfa_ee_update_rout()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h134 tNFA_PROTOCOL_MASK proto_switch_off; /* default routing - protocols switch_off */ member