Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp1483 int respLength = e->GetArrayLength(respBytes); in nativeNfcTag_doIsNdefFormatable() local
1485 if (respLength == 9 && resp[7] == 0x91 && resp[8] == 0xAF) { in nativeNfcTag_doIsNdefFormatable()