Searched defs:pScrtKey (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.c1248 phNfc_sData_t* pScrtKey,
1266 ||(NULL == pScrtKey)
1322 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1324 mif_std_key[Index] = *(pScrtKey->buffer++);
1350 phNfc_sData_t* pScrtKey,
1422 if(pScrtKey != NULL && pScrtKey->length == MIFARE_STD_KEY_LEN)
1424 for (Index =0 ;Index < (pScrtKey->length); Index++ )
1426 mif_std_key[Index] = *(pScrtKey->buffer++);
1247 phLibNfc_RemoteDev_FormatNdef(phLibNfc_Handle hRemoteDevice, phNfc_sData_t* pScrtKey, pphLibNfc_RspCb_t pNdefformat_RspCb, void* pContext ) argument
1348 phLibNfc_ConvertToReadOnlyNdef( phLibNfc_Handle hRemoteDevice, phNfc_sData_t* pScrtKey, pphLibNfc_RspCb_t pNdefReadOnly_RspCb, void* pContext ) argument

Completed in 1241 milliseconds