Home | History | Annotate | Download | only in sdp

Lines Matching refs:documentation_url

1059         SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN );
1191 if ( p_device_info->documentation_url[0] != '\0' )
1193 if ( !((strlen(p_device_info->documentation_url)+1 <= SDP_MAX_ATTR_LEN) &&
1195 (UINT32)(strlen(p_device_info->documentation_url)+1),
1196 (UINT8 *)p_device_info->documentation_url)) )