summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-06-06 09:33:37 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-06-06 09:33:37 +0000
commit826d4fe2b75a00acf8c0ac2dcf62e66b8a34f535 (patch)
tree98d38e77954b6a8f6e1593a1d72fca9482891db8 /hcid
parent60e90bcc4d46b26ec056821f3024b08d364f1cc7 (diff)
Add "hfp" to known service identifiers
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-sdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c
index 925985c1..145205f6 100644
--- a/hcid/dbus-sdp.c
+++ b/hcid/dbus-sdp.c
@@ -284,6 +284,7 @@ sdp_service_t sdp_service[] = {
{ "fax", FAX_SVCLASS_ID, "Fax" },
{ "spp", SERIAL_PORT_SVCLASS_ID, "Serial Port" },
{ "hsp", HEADSET_SVCLASS_ID, "Headset" },
+ { "hfp", HANDSFREE_SVCLASS_ID, "Handsfree" },
{ NULL }
};