Home
last modified time | relevance | path

Searched refs:respLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1500 int respLength = e->GetArrayLength (respBytes); in nativeNfcTag_doIsNdefFormatable() local
1502 if (respLength == 9 && resp[7] == 0x91 && resp[8] == 0xAF) in nativeNfcTag_doIsNdefFormatable()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcTag.cpp1086 int respLength = e->GetArrayLength(respBytes); in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable() local
1088 if (respLength == 9 && resp[7] == (jbyte)0x91 && in com_android_nfc_NativeNfcTag_doIsIsoDepNdefFormatable()