Searched refs:service_name_length (Results 1 – 5 of 5) sorted by relevance
114 record->mns.hdr.service_name_length = 0; in bta_create_mns_sdp_record()126 record->mns.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_mns_sdp_record()150 record->mas.hdr.service_name_length = 0; in bta_create_mas_sdp_record()172 record->mas.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_mas_sdp_record()196 record->pse.hdr.service_name_length = 0; in bta_create_pse_sdp_record()212 record->pse.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_pse_sdp_record()235 record->pce.hdr.service_name_length = 0; in bta_create_pce_sdp_record()242 record->pce.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_pce_sdp_record()258 record->ops.hdr.service_name_length = 0; in bta_create_ops_sdp_record()266 record->ops.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type); in bta_create_ops_sdp_record()[all …]
84 records_size += record->hdr.service_name_length; in get_sdp_record_size()85 if (record->hdr.service_name_length > 0) { in get_sdp_record_size()223 if (in_record->hdr.service_name == NULL || in_record->hdr.service_name_length == 0) { in copy_sdp_record_common()225 out_record->hdr.service_name_length = 0; in copy_sdp_record_common()229 memcpy(free_ptr, in_record->hdr.service_name, in_record->hdr.service_name_length); in copy_sdp_record_common()230 free_ptr += in_record->hdr.service_name_length; in copy_sdp_record_common()373 (UINT32)(rec->hdr.service_name_length + 1), in add_raw_sdp()446 (UINT32)(rec->hdr.service_name_length + 1), in add_maps_sdp()529 (UINT32)(rec->hdr.service_name_length + 1), in add_mapc_sdp()605 (UINT32)(rec->hdr.service_name_length + 1), in add_pbaps_sdp()[all …]
23 if (record->hdr.service_name_length > ESP_SDP_SERVER_NAME_MAX || in esp_sdp_record_integrity_check()24 strlen(record->hdr.service_name) + 1 != record->hdr.service_name_length) { in esp_sdp_record_integrity_check()
47 uint32_t service_name_length; member
70 uint32_t service_name_length; /*!< Service name length */ member