Searched refs:TLV_header_len (Results 1 – 1 of 1) sorted by relevance
410 final int TLV_header_len = 3; in notifyPollingLoopFrame() local426 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()