Searched refs:documentation_url (Results 1 – 3 of 3) sorted by relevance
/system/bt/main/ |
D | bte_conf.c | 58 …strlcpy(record.documentation_url, config_get_string(config, section_name, "documentationURL", ""),… in bte_load_did_conf() 73 LOG_DEBUG(LOG_TAG, " documentationURL = %s", record.documentation_url); in bte_load_did_conf()
|
/system/bt/stack/sdp/ |
D | sdp_api.c | 1059 SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN ); in SDP_GetDiRecord() 1191 if ( p_device_info->documentation_url[0] != '\0' ) in SDP_SetLocalDiRecord() 1193 if ( !((strlen(p_device_info->documentation_url)+1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord() 1195 (UINT32)(strlen(p_device_info->documentation_url)+1), in SDP_SetLocalDiRecord() 1196 (UINT8 *)p_device_info->documentation_url)) ) in SDP_SetLocalDiRecord()
|
/system/bt/stack/include/ |
D | sdp_api.h | 169 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member
|