summaryrefslogtreecommitdiff
path: root/serial
diff options
context:
space:
mode:
Diffstat (limited to 'serial')
-rw-r--r--serial/proxy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/serial/proxy.c b/serial/proxy.c
index 5ed351286..88a414df0 100644
--- a/serial/proxy.c
+++ b/serial/proxy.c
@@ -217,8 +217,7 @@ static sdp_record_t *proxy_record_new(const char *uuid128, uint8_t channel)
add_lang_attr(record);
- sdp_set_info_attr(record, "Port Proxy Entity",
- NULL, "Port Proxy Entity");
+ sdp_set_info_attr(record, "Serial Proxy", NULL, "Serial Proxy");
sdp_data_free(ch);
sdp_list_free(proto[0], NULL);