diff options
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c index c7461c03..5da2216b 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -43,6 +43,7 @@ #include <bluetooth/hci_lib.h> #include "glib-ectomy.h" +#include "notify.h" #include "hcid.h" #include "sdpd.h" @@ -757,6 +758,8 @@ int main(int argc, char *argv[]) if (sdp) start_sdp_server(0, SDP_SERVER_COMPAT); + notify_init(); + init_services(CONFIGDIR); /* Start event processor */ @@ -769,6 +772,8 @@ int main(int argc, char *argv[]) hcid_dbus_exit(); + notify_close(); + cleanup_sdp_session(); g_main_loop_unref(event_loop); |