Home | History | Annotate | Download | only in sdp

Lines Matching refs:documentation_url

1072         SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN );
1204 if ( p_device_info->documentation_url[0] != '\0' )
1206 if ( !((strlen(p_device_info->documentation_url)+1 <= SDP_MAX_ATTR_LEN) &&
1208 (UINT32)(strlen(p_device_info->documentation_url)+1),
1209 (UINT8 *)p_device_info->documentation_url)) )
1376 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.documentation_url, templen);