Searched refs:TLV_len_offset (Results 1 – 1 of 1) sorted by relevance
412 final int TLV_len_offset = 2; in notifyPollingLoopFrame() local417 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()