Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1015 SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN ); in SDP_GetDiRecord()
1152 if ( p_device_info->documentation_url[0] != '\0' ) { in SDP_SetLocalDiRecord()
1153 if ( !((strlen(p_device_info->documentation_url) + 1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()
1155 (UINT32)(strlen(p_device_info->documentation_url) + 1), in SDP_SetLocalDiRecord()
1156 (UINT8 *)p_device_info->documentation_url)) ) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h158 char documentation_url[SDP_MAX_ATTR_LEN]; /* optional */ member