Searched refs:TLV_gain_offset (Results 1 – 1 of 1) sorted by relevance
414 final int TLV_gain_offset = 7; in notifyPollingLoopFrame() local422 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()