Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/
Dbte_conf.cc75 strlcpy(record.documentation_url, in bte_load_did_conf()
78 sizeof(record.documentation_url)); in bte_load_did_conf()
95 log::info("documentationURL = {}", record.documentation_url); in bte_load_did_conf()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc862 SDP_AttrStringCopy(p_device_info->rec.documentation_url, p_curr_attr, in SDP_GetDiRecord()
1000 if (p_device_info->documentation_url[0] != '\0') { in SDP_SetLocalDiRecord()
1001 if (!((strlen(p_device_info->documentation_url) + 1 <= in SDP_SetLocalDiRecord()
1005 (uint32_t)(strlen(p_device_info->documentation_url) + 1), in SDP_SetLocalDiRecord()
1006 (uint8_t*)p_device_info->documentation_url))) in SDP_SetLocalDiRecord()
/packages/modules/Bluetooth/system/stack/include/
Dsdp_device_id.h36 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzHelpers.h231 record.documentation_url[i] = fdp->ConsumeIntegral<char>(); in generateArbitrarySdpDiRecord()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc401 ASSERT_EQ(strlen(device_info.rec.documentation_url), (size_t) 0); in TEST_F()