Home | History | Annotate | Download | only in jni

Lines Matching refs:app_init

1667                 tNFC_APP_INIT& app_init = action.param.app_init;
1669 action.ee_handle, action.trigger, app_init.len_aid, app_init.len_data);
1671 //app_init.data[] contains two bytes, which are the status codes of the event;
1672 //app_init.data[] does not contain an APDU response;
1675 if ( (app_init.len_data > 1) &&
1676 (app_init.data[0] == 0x90) &&
1677 (app_init.data[1] == 0x00) )
1679 sSecElem.notifyTransactionListenersOfAid (app_init.aid, app_init.len_aid);