Searched refs:set_proto (Results 1 – 3 of 3) sorted by relevance
1058 if ((p_cb->proto_switch_on == p_data->set_proto.protocols_switch_on) && in nfa_ee_api_set_proto_cfg()1059 (p_cb->proto_switch_off == p_data->set_proto.protocols_switch_off) && in nfa_ee_api_set_proto_cfg()1060 (p_cb->proto_battery_off == p_data->set_proto.protocols_battery_off) && in nfa_ee_api_set_proto_cfg()1061 (p_cb->proto_screen_lock == p_data->set_proto.protocols_screen_lock) && in nfa_ee_api_set_proto_cfg()1062 (p_cb->proto_screen_off == p_data->set_proto.protocols_screen_off) && in nfa_ee_api_set_proto_cfg()1064 p_data->set_proto.protocols_screen_off_lock)) { in nfa_ee_api_set_proto_cfg()1071 p_cb->proto_switch_on |= p_data->set_proto.protocols_switch_on; in nfa_ee_api_set_proto_cfg()1072 p_cb->proto_switch_off |= p_data->set_proto.protocols_switch_off; in nfa_ee_api_set_proto_cfg()1073 p_cb->proto_battery_off |= p_data->set_proto.protocols_battery_off; in nfa_ee_api_set_proto_cfg()1074 p_cb->proto_screen_lock |= p_data->set_proto.protocols_screen_lock; in nfa_ee_api_set_proto_cfg()[all …]
200 tNFA_STATUS set_proto; member
406 tNFA_EE_API_SET_PROTO_CFG set_proto; member