summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/main.c b/hcid/main.c
index 004c1d21..91348f9d 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -45,7 +45,7 @@
#include "glib-ectomy.h"
#include "hcid.h"
-#include "sdp.h"
+#include "sdpd.h"
#include "dbus-common.h"
#include "dbus-hci.h"
@@ -739,7 +739,7 @@ int main(int argc, char *argv[])
init_all_devices(hcid.sock);
if (sdp)
- start_sdp_server();
+ start_sdp_server(0, SDP_SERVER_COMPAT);
/* Start event processor */
g_main_run(event_loop);