Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1011 SDP_AttrStringCopy( p_device_info->rec.service_description, p_curr_attr, SDP_MAX_ATTR_LEN ); in SDP_GetDiRecord()
1139 if ( p_device_info->service_description[0] != '\0' ) { in SDP_SetLocalDiRecord()
1140 if ( !((strlen(p_device_info->service_description) + 1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()
1143 (UINT32)(strlen(p_device_info->service_description) + 1), in SDP_SetLocalDiRecord()
1144 (UINT8 *)p_device_info->service_description)) ) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h157 char service_description[SDP_MAX_ATTR_LEN]; /* optional */ member