Searched refs:systemCode (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp733 UINT16 systemCode = *(activationData.params.t3t.p_system_codes); local
734 result [8] = (UINT8) (systemCode >> 8);
735 result [9] = (UINT8) systemCode;

Completed in 9 milliseconds