Searched refs:client_executable_url (Results 1 – 3 of 3) sorted by relevance
62 record.client_executable_url, in bte_load_did_conf()65 sizeof(record.client_executable_url)); in bte_load_did_conf()91 record.client_executable_url); in bte_load_did_conf()
914 SDP_AttrStringCopy(p_device_info->rec.client_executable_url, p_curr_attr, in SDP_GetDiRecord()1027 if (p_device_info->client_executable_url[0] != '\0') { in SDP_SetLocalDiRecord()1028 if (!((strlen(p_device_info->client_executable_url) + 1 <= in SDP_SetLocalDiRecord()1032 (uint32_t)(strlen(p_device_info->client_executable_url) + 1), in SDP_SetLocalDiRecord()1033 (uint8_t*)p_device_info->client_executable_url))) in SDP_SetLocalDiRecord()
153 char client_executable_url[SDP_MAX_ATTR_LEN]; /* optional */ member