Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java412 final int TLV_len_offset = 2; in notifyPollingLoopFrame() local
417 while (pos + TLV_len_offset < data_len) { in notifyPollingLoopFrame()
421 int length = p_data[pos + TLV_len_offset]; in notifyPollingLoopFrame()
422 if (TLV_len_offset + length < TLV_gain_offset ) { in notifyPollingLoopFrame()