Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1006 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr, in SDP_GetDiRecord()
1127 if ( p_device_info->client_executable_url[0] != '\0' ) { in SDP_SetLocalDiRecord()
1128 if ( !((strlen(p_device_info->client_executable_url) + 1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()
1130 (UINT32)(strlen(p_device_info->client_executable_url) + 1), in SDP_SetLocalDiRecord()
1131 (UINT8 *)p_device_info->client_executable_url)) ) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h156 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member