Home | History | Annotate | Download | only in sap

Lines Matching full:apdu

732 int sap_transfer_apdu_rsp(void *sap_device, uint8_t result, uint8_t *apdu,
749 if (result == SAP_RESULT_OK && (!apdu || (apdu && length == 0x00)))
757 /* Add APDU response. */
769 memcpy(param->val, apdu, length);