Home | History | Annotate | Download | only in src

Lines Matching defs:event_info

1268     phHal_sEventInfo_t              event_info;
1287 event_info.eventHost = phHal_eUICCHost ;
1288 event_info.eventSource = phHal_ePICC_DevType ;
1294 event_info.eventType = NFC_EVT_END_OF_TRANSACTION;
1301 event_info.eventType = NFC_EVT_TRANSACTION;
1311 /* Fill the event_info.eventInfo.aid
1314 event_info.eventInfo.aid.length =
1318 event_info.eventInfo.aid.length );
1319 event_info.eventInfo.aid.buffer = (uint8_t *)
1321 event_info.eventInfo.aid.length;
1328 /* Fill the event_info.eventInfo.param
1336 event_info.eventInfo.uicc_info.param.length =
1338 event_info.eventInfo.uicc_info.param.buffer = (uint8_t *)
1340 i = i + event_info.eventInfo.uicc_info.param.length;
1360 event_info.eventType = NFC_EVT_CONNECTIVITY;
1365 event_info.eventType = NFC_EVT_OPERATION_ENDED;
1378 NFC_NOTIFY_EVENT, (void *)&event_info );