Searched refs:client_executable_url (Results 1 - 3 of 3) sorted by relevance

/system/bt/main/
H A Dbte_conf.c81 strlcpy(record.client_executable_url, config_get_string(config, section_name, "clientExecutableURL", ""), sizeof(record.client_executable_url));
96 LOG_DEBUG(" clientExecutableURL = %s", record.client_executable_url);
/system/bt/stack/sdp/
H A Dsdp_api.c1045 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr,
1159 if ( p_device_info->client_executable_url[0] != '\0' )
1161 if ( !((strlen(p_device_info->client_executable_url)+1 <= SDP_MAX_ATTR_LEN) &&
1163 (UINT32)(strlen(p_device_info->client_executable_url)+1),
1164 (UINT8 *)p_device_info->client_executable_url)) )
/system/bt/stack/include/
H A Dsdp_api.h167 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member in struct:t_sdp_di_record

Completed in 75 milliseconds