Home | History | Annotate | Download | only in jni

Lines Matching full:app_init

1658                 tNFC_APP_INIT& app_init = action.param.app_init;
1660 action.ee_handle, action.trigger, app_init.len_aid, app_init.len_data);
1662 //app_init.data[] contains two bytes, which are the status codes of the event;
1663 //app_init.data[] does not contain an APDU response;
1666 if ( (app_init.len_data > 1) &&
1667 (app_init.data[0] == 0x90) &&
1668 (app_init.data[1] == 0x00) )
1670 sSecElem.notifyTransactionListenersOfAid (app_init.aid, app_init.len_aid);