Searched refs:documentation_url (Results 1 – 3 of 3) sorted by relevance
1044 … BCM_STRNCPY_S( p_device_info->rec.documentation_url, sizeof(p_device_info->rec.documentation_url), in SDP_GetDiRecord()1047 p_device_info->rec.documentation_url[0] = '\0'; in SDP_GetDiRecord()1179 if ( p_device_info->documentation_url[0] != '\0' ) in SDP_SetLocalDiRecord()1181 if ( !((strlen(p_device_info->documentation_url)+1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()1183 (UINT32)(strlen(p_device_info->documentation_url)+1), in SDP_SetLocalDiRecord()1184 (UINT8 *)p_device_info->documentation_url)) ) in SDP_SetLocalDiRecord()1351 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.documentation_url, templen); in SDP_GetLocalDiRecord()
415 strncpy(rec.documentation_url, in bte_load_did_conf()439 if (*rec.documentation_url) { in bte_load_did_conf()440 info(" documentation_url=%s", rec.documentation_url); in bte_load_did_conf()
174 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member