Searched refs:client_executable_url (Results 1 – 3 of 3) sorted by relevance
56 …rlcpy(record.client_executable_url, config_get_string(config, section_name, "clientExecutableURL",… in bte_load_did_conf()71 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf()
1050 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr, in SDP_GetDiRecord()1164 if ( p_device_info->client_executable_url[0] != '\0' ) in SDP_SetLocalDiRecord()1166 if ( !((strlen(p_device_info->client_executable_url)+1 <= SDP_MAX_ATTR_LEN) && in SDP_SetLocalDiRecord()1168 (UINT32)(strlen(p_device_info->client_executable_url)+1), in SDP_SetLocalDiRecord()1169 (UINT8 *)p_device_info->client_executable_url)) ) in SDP_SetLocalDiRecord()
167 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member