Searched defs:nfa_ee_proto_mask_list (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c64 const UINT8 nfa_ee_proto_mask_list[NFA_EE_NUM_PROTO] = variable
151 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx])
153 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx])
155 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx])
1952 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx])
1954 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx])
1956 if (p_cb->proto_battery_off & nfa_ee_proto_mask_list[xx])

Completed in 57 milliseconds