Home | History | Annotate | Download | only in avrc

Lines Matching full:param_len

198     UINT8 param_len = num_attrib_id + 1; // 1 additional to hold num attributes feild
200 UINT16_TO_BE_STREAM(p_data, param_len);
228 UINT8 param_len = (2*num_attrib_id) + 1;
230 UINT16_TO_BE_STREAM(p_data, param_len);
258 UINT8 param_len = p_cmd->num_attr + 1;
260 UINT16_TO_BE_STREAM(p_data, param_len);
287 UINT8 param_len = p_cmd->num_val + 1;
289 UINT16_TO_BE_STREAM(p_data, param_len);
317 UINT8 param_len = (4*num_attrib) + 9;
319 UINT16_TO_BE_STREAM(p_data, param_len);