Home | History | Annotate | Download | only in jni

Lines Matching full:trigger

619             if (action.trigger == NFC_EE_TRIG_SELECT)
620 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=select (0x%X)", fn, action.ee_handle, action.trigger);
621 else if (action.trigger == NFC_EE_TRIG_APP_INIT)
624 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=app-init (0x%X); aid len=%u; data len=%u", fn,
625 action.ee_handle, action.trigger, app_init.len_aid, app_init.len_data);
627 else if (action.trigger == NFC_EE_TRIG_RF_PROTOCOL)
628 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=rf protocol (0x%X)", fn, action.ee_handle, action.trigger);
629 else if (action.trigger == NFC_EE_TRIG_RF_TECHNOLOGY)
630 ALOGD ("%s: NFA_EE_ACTION_EVT; h=0x%X; trigger=rf tech (0x%X)", fn, action.ee_handle, action.trigger);
632 ALOGE ("%s: NFA_EE_ACTION_EVT; h=0x%X; unknown trigger (0x%X)", fn, action.ee_handle, action.trigger);