Home | History | Annotate | Download | only in avdt

Lines Matching full:protect_offset

585     UINT8   protect_offset = 0;
671 if ((elem_len + protect_offset) < AVDT_PROTECT_SIZE)
674 p_cfg->protect_info[protect_offset] = elem_len;
675 protect_offset++;
676 memcpy(&p_cfg->protect_info[protect_offset], p, elem_len);
677 protect_offset += elem_len;