Searched refs:set_proto (Results 1 – 3 of 3) sorted by relevance
942 if ((p_cb->proto_switch_on == p_data->set_proto.protocols_switch_on) && in nfa_ee_api_set_proto_cfg()943 (p_cb->proto_switch_off == p_data->set_proto.protocols_switch_off) && in nfa_ee_api_set_proto_cfg()944 (p_cb->proto_battery_off == p_data->set_proto.protocols_battery_off) && in nfa_ee_api_set_proto_cfg()945 (p_cb->proto_screen_lock == p_data->set_proto.protocols_screen_lock) && in nfa_ee_api_set_proto_cfg()946 (p_cb->proto_screen_off == p_data->set_proto.protocols_screen_off) && in nfa_ee_api_set_proto_cfg()948 p_data->set_proto.protocols_screen_off_lock)) { in nfa_ee_api_set_proto_cfg()955 p_cb->proto_switch_on |= p_data->set_proto.protocols_switch_on; in nfa_ee_api_set_proto_cfg()956 p_cb->proto_switch_off |= p_data->set_proto.protocols_switch_off; in nfa_ee_api_set_proto_cfg()957 p_cb->proto_battery_off |= p_data->set_proto.protocols_battery_off; in nfa_ee_api_set_proto_cfg()958 p_cb->proto_screen_lock |= p_data->set_proto.protocols_screen_lock; in nfa_ee_api_set_proto_cfg()[all …]
193 tNFA_STATUS set_proto; member
397 tNFA_EE_API_SET_PROTO_CFG set_proto; member