From 152a3cbd8f2ff8fbf7b0739adf0624ce430a9ee3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 1 Dec 2008 01:13:37 +0200 Subject: Start security manager early to catch all HCI events --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 2b41e6b9..46d5568d 100644 --- a/src/main.c +++ b/src/main.c @@ -483,8 +483,8 @@ static void device_devup_setup(int dev_id) { configure_device(dev_id); - manager_start_adapter(dev_id); start_security_manager(dev_id); + manager_start_adapter(dev_id); } static void init_all_devices(int ctl) -- cgit