Home
last modified time | relevance | path

Searched refs:documentation_url (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/main/
Dbte_conf.cc70 strlcpy(record.documentation_url, in bte_load_did_conf()
73 sizeof(record.documentation_url)); in bte_load_did_conf()
90 LOG_INFO(" documentationURL = %s", record.documentation_url); in bte_load_did_conf()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc867 SDP_AttrStringCopy(p_device_info->rec.documentation_url, p_curr_attr, in SDP_GetDiRecord()
1005 if (p_device_info->documentation_url[0] != '\0') { in SDP_SetLocalDiRecord()
1006 if (!((strlen(p_device_info->documentation_url) + 1 <= in SDP_SetLocalDiRecord()
1010 (uint32_t)(strlen(p_device_info->documentation_url) + 1), in SDP_SetLocalDiRecord()
1011 (uint8_t*)p_device_info->documentation_url))) in SDP_SetLocalDiRecord()
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzHelpers.h230 record.documentation_url[i] = fdp->ConsumeIntegral<char>(); in generateArbitrarySdpDiRecord()
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h196 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member