Searched refs:current_tlv_pos (Results 1 – 1 of 1) sorted by relevance
158 for (int current_tlv_pos = 6; in notifyPollingLoopFrames() local159 current_tlv_pos + p_data[current_tlv_pos + 1] + 2 <= data_len; in notifyPollingLoopFrames()160 current_tlv_pos += current_tlv_length) { in notifyPollingLoopFrames()161 current_tlv_length = p_data[current_tlv_pos + 1] + 2; in notifyPollingLoopFrames()162 uint8_t* tlvBuffer = p_data + current_tlv_pos; in notifyPollingLoopFrames()