Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_conf.c56 …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()
/system/bt/stack/sdp/
Dsdp_api.c1050 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()
/system/bt/stack/include/
Dsdp_api.h167 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member