Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java410 final int TLV_header_len = 3; in notifyPollingLoopFrame() local
426 if (pos + TLV_header_len + length > data_len) { in notifyPollingLoopFrame()
455 if (pos + TLV_header_len + length <= data_len) { in notifyPollingLoopFrame()
457 pos + TLV_header_len + length); in notifyPollingLoopFrame()
471 pos += (TLV_header_len + length); in notifyPollingLoopFrame()