summaryrefslogtreecommitdiff
path: root/serial
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-07-28 13:37:16 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-07-28 13:37:16 +0300
commit9e239f6af96a71745c457517c90281d211891bba (patch)
treec1dc87422f115afa79397a45c762b6772f191157 /serial
parenta5650fa4173286fd30fbc59703565123849241ed (diff)
downloadbluez-9e239f6af96a71745c457517c90281d211891bba.tar.gz
Fix serial proxy record info attributes
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);