Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java414 final int TLV_gain_offset = 7; in notifyPollingLoopFrame() local
422 if (TLV_len_offset + length < TLV_gain_offset ) { in notifyPollingLoopFrame()
460 if (pos + TLV_gain_offset <= data_len) { in notifyPollingLoopFrame()
461 gain = Byte.toUnsignedInt(p_data[pos + TLV_gain_offset]); in notifyPollingLoopFrame()