Home | History | Annotate | Download | only in jni

Lines Matching full:activated

154 static bool isPeerToPeer(tNFA_ACTIVATED& activated);
155 static bool isListenMode(tNFA_ACTIVATED& activated);
332 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
336 if ((eventData->activated.activate_ntf.protocol !=
338 (!isListenMode(eventData->activated))) {
340 (tNFA_INTF_TYPE)eventData->activated.activate_ntf.intf_param.type);
358 if (isPeerToPeer(eventData->activated)) {
387 // We know it is not activating for P2P. If it activated in
390 if (isListenMode(eventData->activated)) {
419 // If RF is activated for what we think is a Secure Element transaction
542 case NFA_LLCP_ACTIVATED_EVT: // LLCP link is activated
1567 ** activated: Activation data.
1572 static bool isPeerToPeer(tNFA_ACTIVATED& activated) {
1573 return activated.activate_ntf.protocol == NFA_PROTOCOL_NFC_DEP;
1586 static bool isListenMode(tNFA_ACTIVATED& activated) {
1588 activated.activate_ntf.rf_tech_param.mode) ||
1590 activated.activate_ntf.rf_tech_param.mode) ||
1592 activated.activate_ntf.rf_tech_param.mode) ||
1594 activated.activate_ntf.rf_tech_param.mode) ||
1596 activated.activate_ntf.rf_tech_param.mode) ||
1598 activated.activate_ntf.rf_tech_param.mode) ||
1600 activated.activate_ntf.rf_tech_param.mode));