Searched refs:documentation_url (Results 1 - 3 of 3) sorted by relevance

/system/bt/main/
H A Dbte_conf.cc71 strlcpy(record.documentation_url,
74 sizeof(record.documentation_url));
94 LOG_DEBUG(LOG_TAG, " documentationURL = %s", record.documentation_url);
/system/bt/stack/sdp/
H A Dsdp_api.cc926 SDP_AttrStringCopy(p_device_info->rec.documentation_url, p_curr_attr,
1053 if (p_device_info->documentation_url[0] != '\0') {
1054 if (!((strlen(p_device_info->documentation_url) + 1 <=
1058 (uint32_t)(strlen(p_device_info->documentation_url) + 1),
1059 (uint8_t*)p_device_info->documentation_url)))
/system/bt/stack/include/
H A Dsdp_api.h155 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member in struct:t_sdp_di_record

Completed in 107 milliseconds